mac80211: use spin_lock_bh() for tim_lock
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Feb 2013 16:39:53 +0000 (17:39 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 08:41:12 +0000 (09:41 +0100)
There's no need to use _irqsave() as the lock
is never used in interrupt context.

This also fixes a problem in the iwlwifi MVM
driver that calls spin_unlock_bh() within its
set_tim() callback.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found