iwlwifi: remove HT flags from RXON when not in HT anymore
commit42eb7c644afcdbcd7eac4d862046230856fbf531
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 17 Sep 2008 02:10:05 +0000 (17 10:10 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Sep 2008 20:18:01 +0000 (24 16:18 -0400)
treed7d200abad26324e800c571a14c046039211f06f
parent9c40fc510a3df3a74731f5f251b9481feffc0ed5
iwlwifi: remove HT flags from RXON when not in HT anymore

This patch removes the HT flags from RXON when moving from HT to legacy.
This avoids keeping those flags set and possibly miss configuring firmware.

If we are configured in HT, fat channel: channel 1 above, and move later
to legacy channel 11, we need to clear the FAT channel control flags in
RXON. If we don't, the firmware will understand this as channel 11 above
which is not possible due to regulatory constraints, leading to firmware
crash.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-core.c