From: Wey-Yi Guy Date: Fri, 5 Feb 2010 19:40:00 +0000 (-0800) Subject: iwlwifi: Fix to set correct ht configuration X-Git-Tag: v2.6.33~38^2~10^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098dfded5b1b09927995e89c6d689f85a0f53384;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre CC: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed