mac80211: remove irq disabling for sta lock
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 6 Apr 2010 09:18:44 +0000 (11:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Apr 2010 18:38:01 +0000 (14:38 -0400)
All other places except one in the TX path, which
has BHs disabled, and it also cannot be locked from
interrupts so disabling IRQs is not necessary.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found