commit | f45144ef412422edf8018825328768e3db3ea45b | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Mon Aug 11 14:02:53 2008 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 29 16:23:55 2008 -0400 |
tree | 60458be8eb54391f1c058cf1cf01267a06f38063 | |
parent | 9f1ba9062e032fb7b395cd27fc564754fe4e9867 [diff] [blame] |
ath9k: Merge reset functions Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/drivers/net/wireless/ath9k/xmit.c b/drivers/net/wireless/ath9k/xmit.c index 157f830..93064cc 100644 --- a/drivers/net/wireless/ath9k/xmit.c +++ b/drivers/net/wireless/ath9k/xmit.c
@@ -1242,7 +1242,7 @@ } if (needreset) - ath_internal_reset(sc); + ath_reset(sc, false); return; }