aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-09-10 20:52:45 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:28 -0400
commit13b81559200b8e54473e5b140323cbb5f2bb21c0 (patch)
tree0c326b1daaa9cf73ef36b82de600f6599610dfa9 /drivers/net/wireless/ath/ath.h
parente5aa847489e543e33a7c72898e72183871ce2916 (diff)
atheros: define shared bssidmask setting
Also make ath5k and ath9k use it, and share register definitions. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> 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.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 be68cb8cf70..0582ee4a493 100644
--- a/drivers/net/wireless/ath/ath.h
+++ b/drivers/net/wireless/ath/ath.h
@@ -45,6 +45,7 @@ struct ath_ops {
45}; 45};
46 46
47struct ath_common { 47struct ath_common {
48 void *ah;
48 u16 cachelsz; 49 u16 cachelsz;
49 u16 curaid; 50 u16 curaid;
50 u8 macaddr[ETH_ALEN]; 51 u8 macaddr[ETH_ALEN];
@@ -58,4 +59,6 @@ struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
58 u32 len, 59 u32 len,
59 gfp_t gfp_mask); 60 gfp_t gfp_mask);
60 61
62void ath_hw_setbssidmask(struct ath_common *common);
63
61#endif /* ATH_H */ 64#endif /* ATH_H */