commit | 65f704a52ec5db356c58f8ba53a31d3aef02737f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Feb 13 17:39:53 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 15 09:41:12 2013 +0100 |
tree | bc5e0d6388005a74f4becc5ecf83713c8ea744c9 | |
parent | 441a33baf1805861354fb9e3149c000311b6996f [diff] |
mac80211: use spin_lock_bh() for tim_lock 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>