aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/main.c
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2009-03-02 23:46:51 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-03-05 14:39:41 -0500
commit9fc9ab0a6929c9f137747df0ecf294e9582607f9 (patch)
tree6a338c68b7395b404c9eb8e3c5a8e46b9c0b21c5 /drivers/net/wireless/ath9k/main.c
parent0c98de6535f4de746618547c057dccd442ba968a (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/main.c')
-rw-r--r--drivers/net/wireless/ath9k/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c
index 48beef9235b3..94297b6d69fb 100644
--- a/drivers/net/wireless/ath9k/main.c
+++ b/drivers/net/wireless/ath9k/main.c
@@ -1374,7 +1374,7 @@ static int ath_init(u16 devid, struct ath_softc *sc)
1374 spin_lock_init(&sc->sc_resetlock); 1374 spin_lock_init(&sc->sc_resetlock);
1375 mutex_init(&sc->mutex); 1375 mutex_init(&sc->mutex);
1376 tasklet_init(&sc->intr_tq, ath9k_tasklet, (unsigned long)sc); 1376 tasklet_init(&sc->intr_tq, ath9k_tasklet, (unsigned long)sc);
1377 tasklet_init(&sc->bcon_tasklet, ath9k_beacon_tasklet, 1377 tasklet_init(&sc->bcon_tasklet, ath_beacon_tasklet,
1378 (unsigned long)sc); 1378 (unsigned long)sc);
1379 1379
1380 /* 1380 /*