From: Luis R. Rodriguez Date: Tue, 23 Dec 2008 23:58:42 +0000 (-0800) Subject: ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() X-Git-Tag: v2.6.30-rc1~662^2~836^2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e27d94f5fc726f88897914025619fbfc18b23c;p=pandora-kernel.git ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() ath9k_hw_iscal_supported() just needs to be aware of your band and if HT20 is being used so lets abandon our internal channel, HT appended values and internal mode values and use ieee80211_conf which already carries this information. This works as calibration is being done for the currently configured channel. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed