aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 4aca1e5dd71..41219a5e7f5 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -401,7 +401,6 @@ struct ath_beacon {
401 401
402 u32 beaconq; 402 u32 beaconq;
403 u32 bmisscnt; 403 u32 bmisscnt;
404 u32 ast_be_xmit;
405 u32 bc_tstamp; 404 u32 bc_tstamp;
406 struct ieee80211_vif *bslot[ATH_BCBUF]; 405 struct ieee80211_vif *bslot[ATH_BCBUF];
407 int slottime; 406 int slottime;
@@ -415,7 +414,7 @@ struct ath_beacon {
415 bool tx_last; 414 bool tx_last;
416}; 415};
417 416
418void ath_beacon_tasklet(unsigned long data); 417void ath9k_beacon_tasklet(unsigned long data);
419bool ath9k_allow_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif); 418bool ath9k_allow_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif);
420void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif, 419void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif,
421 u32 changed); 420 u32 changed);