commit | 788a3d6f3df595a6537ef537433c870d090afe02 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Tue Nov 18 09:09:54 2008 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 26 09:47:33 2008 -0500 |
tree | b34dde0a02d80f75a236be89f78c69cd059a635b | |
parent | c428839008f6638317a0db102d4e65d631c288a6 [diff] |
ath9k: Fix bug in deciphering channel flags CHANNEL_CCK flag is set for all 2 Ghz channels, so IS_CHAN_CCK() would turn out to be true for all channles in that band. Use IS_CHAN_B() now, which checks the channel mode and not the channel flags. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>