diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-11 12:32:53 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-30 00:23:55 +0400 |
commit | f45144ef412422edf8018825328768e3db3ea45b (patch) | |
tree | 60458be8eb54391f1c058cf1cf01267a06f38063 /drivers/net/wireless/ath9k/beacon.c | |
parent | 9f1ba9062e032fb7b395cd27fc564754fe4e9867 (diff) | |
download | linux-f45144ef412422edf8018825328768e3db3ea45b.tar.xz |
ath9k: Merge reset functions
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/beacon.c')
-rw-r--r-- | drivers/net/wireless/ath9k/beacon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/beacon.c b/drivers/net/wireless/ath9k/beacon.c index caf569401a34..67a804626757 100644 --- a/drivers/net/wireless/ath9k/beacon.c +++ b/drivers/net/wireless/ath9k/beacon.c @@ -719,7 +719,7 @@ void ath_bstuck_process(struct ath_softc *sc) DPRINTF(sc, ATH_DBG_BEACON, "%s: stuck beacon; resetting (bmiss count %u)\n", __func__, sc->sc_bmisscount); - ath_internal_reset(sc); + ath_reset(sc, false); } /* |