Skip to content

Commit

Permalink
ath9k: Split beacon configuration into mode specific routines
Browse files Browse the repository at this point in the history
This makes the code easier to understand.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Mar 5, 2009
1 parent 9546aae commit 5379c8a
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 207 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading

0 comments on commit 5379c8a

Please sign in to comment.