]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: move some RCU locking into an if branch
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Sep 2008 09:05:08 +0000 (11:05 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:34 +0000 (15:53 -0400)
commit69e6c010fd5f5015d3cc64718fbe266face93770
tree77fef6e481637b3350346e795b24f1de44a2a46d
parent940b7a3a6c257391bda0950448591dd79efebf59
mac80211: move some RCU locking into an if branch

The if itself doesn't need to be protected, so move in the RCU
locking to avoid doing anything at all when the condition isn't
true.

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