diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-02 23:46:54 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:42 -0500 |
commit | 5379c8a26686e12058e23322615df68f9123bccd (patch) | |
tree | edc8240fc423027578f99ceec3dbcb4b2f6ca121 /drivers/net/wireless/ath9k/ath9k.h | |
parent | 9546aae0863c12a3d00b1ed5cbd316520733200b (diff) |
ath9k: Split beacon configuration into mode specific routines
This makes the code easier to understand.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index f5d099f0ab4c..0769a252dfe1 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -458,7 +458,6 @@ void ath_beacon_config(struct ath_softc *sc, int if_id); | |||
458 | int ath_beaconq_setup(struct ath_hw *ah); | 458 | int ath_beaconq_setup(struct ath_hw *ah); |
459 | int ath_beacon_alloc(struct ath_softc *sc, int if_id); | 459 | int ath_beacon_alloc(struct ath_softc *sc, int if_id); |
460 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); | 460 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); |
461 | void ath_beacon_sync(struct ath_softc *sc, int if_id); | ||
462 | 461 | ||
463 | /*******/ | 462 | /*******/ |
464 | /* ANI */ | 463 | /* ANI */ |