commit | 69e6c010fd5f5015d3cc64718fbe266face93770 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Sep 08 11:05:08 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 11 15:53:34 2008 -0400 |
tree | 77fef6e481637b3350346e795b24f1de44a2a46d | |
parent | 940b7a3a6c257391bda0950448591dd79efebf59 [diff] |
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>