diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 0582ee4a493e..88654138f999 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
@@ -19,6 +19,7 @@ | |||
19 | 19 | ||
20 | #include <linux/skbuff.h> | 20 | #include <linux/skbuff.h> |
21 | #include <linux/if_ether.h> | 21 | #include <linux/if_ether.h> |
22 | #include <net/mac80211.h> | ||
22 | 23 | ||
23 | static const u8 ath_bcast_mac[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; | 24 | static const u8 ath_bcast_mac[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; |
24 | 25 | ||
@@ -46,6 +47,7 @@ struct ath_ops { | |||
46 | 47 | ||
47 | struct ath_common { | 48 | struct ath_common { |
48 | void *ah; | 49 | void *ah; |
50 | struct ieee80211_hw *hw; | ||
49 | u16 cachelsz; | 51 | u16 cachelsz; |
50 | u16 curaid; | 52 | u16 curaid; |
51 | u8 macaddr[ETH_ALEN]; | 53 | u8 macaddr[ETH_ALEN]; |