diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-03 10:16:54 +0530 |
---|---|---|
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) | |
download | blackbird-op-linux-5379c8a26686e12058e23322615df68f9123bccd.tar.gz blackbird-op-linux-5379c8a26686e12058e23322615df68f9123bccd.zip |
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); int ath_beaconq_setup(struct ath_hw *ah); int ath_beacon_alloc(struct ath_softc *sc, int if_id); void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); -void ath_beacon_sync(struct ath_softc *sc, int if_id); /*******/ /* ANI */ |