summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/ath9k.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2008-12-23 15:58:41 -0800
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 15:59:30 -0500
commit76061abbbb39ba4bdf42fe28aa3157df8bb03d38 (patch)
tree3508e15a6a1950e274dacec8b83ec1d4de966d0e /drivers/net/wireless/ath9k/ath9k.h
parentae8d2858c54f52dc4df513a818cc4e1257fd9143 (diff)
downloadop-kernel-dev-76061abbbb39ba4bdf42fe28aa3157df8bb03d38.zip
op-kernel-dev-76061abbbb39ba4bdf42fe28aa3157df8bb03d38.tar.gz
ath9k: make request to get the noisefloor threshold band specific
Lets make the request to get the current noise floor threshold from the EEPROM band specific as it is band specific, not mode specific. This also adds a backpointer on the private channel structure back to the ieee80211_channel structure as this is now needed during ath9k_hw_getnf(). Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath9k/ath9k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h
index 0f6a99a..78fffdf 100644
--- a/drivers/net/wireless/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath9k/ath9k.h
@@ -453,6 +453,7 @@ struct ath9k_11n_rate_series {
CHANNEL_HT40MINUS)
struct ath9k_channel {
+ struct ieee80211_channel *chan;
u16 channel;
u32 channelFlags;
u8 privFlags;
OpenPOWER on IntegriCloud