commit | 8813262ea79acf9daa0e03901bdfe93db4dc4ca5 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Thu Sep 03 12:08:53 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 08 16:31:05 2009 -0400 |
tree | 0b5efbbcb7f6f2395807b0d5987cca028203f217 | |
parent | 7ea310be65bfcbc6e2395844fd3498762dc2aea6 [diff] |
ath9k: Fix channelFlags for 2GHZ CHANNEL_G has to be set for 2GHZ channels since IS_CHAN_G() checks for this in channelFlags and not in chanmode. To make things messier, ath9k_hw_process_ini() checks for CHANNEL_G in chanmode and not in channelFlags. The supreme, brain-searing fix is to set the flag in both cases. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>