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:
fb378c2
)
cfg80211: remove unnecessary check
author
Zhao, Gang
<gamerh2o@gmail.com>
Wed, 19 Mar 2014 09:04:35 +0000
(17:04 +0800)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 19 Mar 2014 20:29:57 +0000
(21:29 +0100)
RCU pointer bss->pub.beacon_ies is checked before in previous
statement:
if (rcu_access_pointer(bss->pub.beacon_ies))
continue;
There is no need to check it twice(and in the wrong way :) ).
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c
patch
|
blob
|
history
diff --cc
net/wireless/scan.c
Simple merge