diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-19 12:01:49 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-19 14:41:56 -0500 |
commit | c32e4e518f6642372c57ac9edbfb8274fa20c5e4 (patch) | |
tree | 8e4f55feff2f174efb47a30dffec84f34b5458b0 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 6a4d05dc0c0178b0c30dbda6e9bb79b5dd9662f5 (diff) |
ath9k: call ath9k_set_tsfadjust from ath9k_beacon_config
Make that function and ath9k_allow_beacon_config static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 9ad8a6738afd..f2202e78fa7b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -431,12 +431,10 @@ struct ath_beacon { | |||
431 | }; | 431 | }; |
432 | 432 | ||
433 | void ath9k_beacon_tasklet(unsigned long data); | 433 | void ath9k_beacon_tasklet(unsigned long data); |
434 | bool ath9k_allow_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif); | ||
435 | void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif, | 434 | void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif, |
436 | u32 changed); | 435 | u32 changed); |
437 | void ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif); | 436 | void ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif); |
438 | void ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif); | 437 | void ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif); |
439 | void ath9k_set_tsfadjust(struct ath_softc *sc, struct ieee80211_vif *vif); | ||
440 | void ath9k_set_beacon(struct ath_softc *sc); | 438 | void ath9k_set_beacon(struct ath_softc *sc); |
441 | bool ath9k_csa_is_finished(struct ath_softc *sc); | 439 | bool ath9k_csa_is_finished(struct ath_softc *sc); |
442 | 440 | ||