git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441a33b
)
mac80211: use spin_lock_bh() for tim_lock
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 13 Feb 2013 16:39:53 +0000
(17:39 +0100)
committer
Johannes 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