diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-02 23:46:51 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:41 -0500 |
commit | 9fc9ab0a6929c9f137747df0ecf294e9582607f9 (patch) | |
tree | 6a338c68b7395b404c9eb8e3c5a8e46b9c0b21c5 /drivers/net/wireless/ath9k/ath9k.h | |
parent | 0c98de6535f4de746618547c057dccd442ba968a (diff) |
ath9k: Scrub beacon.c
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>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 0fb66b0c9e8e..f74ed7af31e0 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -453,7 +453,7 @@ struct ath_beacon { | |||
453 | struct list_head bbuf; | 453 | struct list_head bbuf; |
454 | }; | 454 | }; |
455 | 455 | ||
456 | void ath9k_beacon_tasklet(unsigned long data); | 456 | void ath_beacon_tasklet(unsigned long data); |
457 | void ath_beacon_config(struct ath_softc *sc, int if_id); | 457 | 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); |