Skip to content

Commit

Permalink
ath9k: Scrub beacon.c
Browse files Browse the repository at this point in the history
Remove useless comments, fix indentation.
Also, remove all occurrences of ASSERT(vif) which are not needed.

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 0c98de6 commit 9fc9ab0
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 126 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ struct ath_beacon {
struct list_head bbuf;
};

void ath9k_beacon_tasklet(unsigned long data);
void ath_beacon_tasklet(unsigned long data);
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);
Expand Down
Loading

0 comments on commit 9fc9ab0

Please sign in to comment.