From: Sujith Date: Thu, 3 Sep 2009 06:38:53 +0000 (+0530) Subject: ath9k: Fix channelFlags for 2GHZ X-Git-Tag: v2.6.32-rc1~703^2~27^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8813262ea79acf9daa0e03901bdfe93db4dc4ca5;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed