diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-12-14 14:57:04 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-22 13:56:12 -0500 |
commit | 05c78d6d3ec5a8325398b3866e7e6bb88940d4fd (patch) | |
tree | 91951db4805bd5250dc433632ca3d3c4244326c1 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 0ce024cbcd5837596bc82861f1d3074d53e956f6 (diff) | |
download | blackbird-op-linux-05c78d6d3ec5a8325398b3866e7e6bb88940d4fd.tar.gz blackbird-op-linux-05c78d6d3ec5a8325398b3866e7e6bb88940d4fd.zip |
ath9k: Remove ANI lock
Cancel/restart the ANI timer directly.
With this patch, the ANI lock can be removed.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index e2cef2ff5d8f..9f1f523e02eb 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -453,7 +453,6 @@ struct ath_softc { int irq; spinlock_t sc_resetlock; spinlock_t sc_serial_rw; - spinlock_t ani_lock; spinlock_t sc_pm_lock; struct mutex mutex; |