aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r--drivers/net/wireless/ath/ath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h
index 88654138f999..2ca9701181ee 100644
--- a/drivers/net/wireless/ath/ath.h
+++ b/drivers/net/wireless/ath/ath.h
@@ -48,11 +48,14 @@ struct ath_ops {
48struct ath_common { 48struct ath_common {
49 void *ah; 49 void *ah;
50 struct ieee80211_hw *hw; 50 struct ieee80211_hw *hw;
51 int debug_mask;
52
51 u16 cachelsz; 53 u16 cachelsz;
52 u16 curaid; 54 u16 curaid;
53 u8 macaddr[ETH_ALEN]; 55 u8 macaddr[ETH_ALEN];
54 u8 curbssid[ETH_ALEN]; 56 u8 curbssid[ETH_ALEN];
55 u8 bssidmask[ETH_ALEN]; 57 u8 bssidmask[ETH_ALEN];
58
56 struct ath_regulatory regulatory; 59 struct ath_regulatory regulatory;
57 const struct ath_ops *ops; 60 const struct ath_ops *ops;
58}; 61};