diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-11 04:32:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-29 16:23:55 -0400 |
commit | f45144ef412422edf8018825328768e3db3ea45b (patch) | |
tree | 60458be8eb54391f1c058cf1cf01267a06f38063 /drivers/net/wireless/ath9k/xmit.c | |
parent | 9f1ba9062e032fb7b395cd27fc564754fe4e9867 (diff) |
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/xmit.c')
-rw-r--r-- | drivers/net/wireless/ath9k/xmit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/xmit.c b/drivers/net/wireless/ath9k/xmit.c index 157f830ee6b8..93064cc4cba8 100644 --- a/drivers/net/wireless/ath9k/xmit.c +++ b/drivers/net/wireless/ath9k/xmit.c | |||
@@ -1242,7 +1242,7 @@ static void ath_tx_complete_aggr_rifs(struct ath_softc *sc, | |||
1242 | } | 1242 | } |
1243 | 1243 | ||
1244 | if (needreset) | 1244 | if (needreset) |
1245 | ath_internal_reset(sc); | 1245 | ath_reset(sc, false); |
1246 | 1246 | ||
1247 | return; | 1247 | return; |
1248 | } | 1248 | } |