]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit2b43ae6daf26f29cec49fa3a3f18025355495500
tree00fe8423ecd266f55df3ad59ea18dc86cffb4e3f
parente64b379574d6c92c15b4239ee0a5173317176547
mac80211: remove irq disabling for sta lock

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>
net/mac80211/tx.c