aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-02-25 14:48:50 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-28 14:33:12 -0500
commit13f71050c10df77c1b9f2808c410d68dfcdb26b4 (patch)
tree99e05d30cd226bcf79bda77d261326fe919ace7f /drivers/net/wireless/ath/ath.h
parentmwl8k: Adding support to gather survey per channel (diff)
downloadlinux-dev-13f71050c10df77c1b9f2808c410d68dfcdb26b4.tar.xz
linux-dev-13f71050c10df77c1b9f2808c410d68dfcdb26b4.zip
ath9k: move ath9k_init_channels_rates to common-init
and rename it to ath9k_cmn_init_channels_rates. sbands are move to ath_common as well. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r--drivers/net/wireless/ath/ath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h
index 56d559939cfc..d239acc26125 100644
--- a/drivers/net/wireless/ath/ath.h
+++ b/drivers/net/wireless/ath/ath.h
@@ -163,6 +163,7 @@ struct ath_common {
bool bt_ant_diversity;
int last_rssi;
+ struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS];
};
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,