From: Sujith Date: Tue, 18 Nov 2008 03:39:54 +0000 (+0530) Subject: ath9k: Fix bug in deciphering channel flags X-Git-Tag: v2.6.29-rc1~581^2~383^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788a3d6f3df595a6537ef537433c870d090afe02;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed