Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • iwlwifi
  • iwl-core.c
Find file BlameHistoryPermalink
  • Daniel C Halperin's avatar
    iwlwifi: configure HT40 channels in iwl_mac_config · 28bd723b
    Daniel C Halperin authored Aug 13, 2009
    
    
    As indicated by note in iwl_ht_conf, some HT parameters are set on association
    (e.g., channel width) and some vary over time (HT protection mode) and per
    station (e.g., short GI support).  The global parameters should be set in
    iwl_mac_config and the local/varying parameters in iwl_ht_conf.
    
    This patch moves the channel width configuration from iwl_ht_conf to
    iwl_mac_config, and defers further cleanup of the local/global conflation for a
    later patch.
    
    This fixes a bug in using HT40 channels in some modes.
    
    Signed-off-by: default avatarDaniel C Halperin <daniel.c.halperin@intel.com>
    Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    28bd723b