diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-09-04 16:57:26 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-08 16:31:08 -0400 |
commit | 69eddc8a37a33479205ac3a3d8575fad1466da90 (patch) | |
tree | 6e8f903b3d04d3a9ce85ab10e8f5a767224039c9 /drivers/net/wireless/b43/b43.h | |
parent | 77ca07ffe1797a0f2f41aa4997c9a5ae433a0be8 (diff) |
b43: remove SHM spinlock
This removes the SHM spinlock.
SHM is protected by wl->mutex.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 1cd470d6e2da..09cfe68537b6 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -635,8 +635,6 @@ struct b43_wl { | |||
635 | rwlock_t tx_lock; | 635 | rwlock_t tx_lock; |
636 | /* Lock for LEDs access. */ | 636 | /* Lock for LEDs access. */ |
637 | spinlock_t leds_lock; | 637 | spinlock_t leds_lock; |
638 | /* Lock for SHM access. */ | ||
639 | spinlock_t shm_lock; | ||
640 | 638 | ||
641 | /* We can only have one operating interface (802.11 core) | 639 | /* We can only have one operating interface (802.11 core) |
642 | * at a time. General information about this interface follows. | 640 | * at a time. General information about this interface follows. |