]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: Fix to set correct ht configuration
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 5 Feb 2010 19:40:00 +0000 (11:40 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:07:22 +0000 (16:07 -0500)
commit5e86e4a9c0e6695fc539dbd16e49018c3be25c84
treee9de0165ba54b5bc793679c70e991f7a9e8804f3
parentfb2195d4f849ab39e790f13784867f5ee29a62ae
iwlwifi: Fix to set correct ht configuration

iwl_set_rxon_ht() only get called in iwl_post_associate(); which cause
possible incorrect ht configuration. Adding the call in iwl_mac_config() if
IEEE80211_CONF_CHANGE_CHANNEL flag is set to re-configure and send rxon
command.

Fixes
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2146

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
CC: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-core.c