diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 3eb9677b2dfe..42f79caa870b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -329,6 +329,7 @@ void ath_beacon_tasklet(unsigned long data); | |||
329 | void ath_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif); | 329 | void ath_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif); |
330 | int ath_beacon_alloc(struct ath_wiphy *aphy, struct ieee80211_vif *vif); | 330 | int ath_beacon_alloc(struct ath_wiphy *aphy, struct ieee80211_vif *vif); |
331 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); | 331 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); |
332 | int ath_beaconq_config(struct ath_softc *sc); | ||
332 | 333 | ||
333 | /*******/ | 334 | /*******/ |
334 | /* ANI */ | 335 | /* ANI */ |