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:
b207cdb
)
cfg80211: remove scan ies NULL check
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 5 Feb 2013 15:51:29 +0000
(16:51 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 11 Feb 2013 17:44:58 +0000
(18:44 +0100)
There's no way scan BSS IEs can be NULL as even
if the allocation fails the frame is discarded.
Remove some code checking for this and document
that it is always non-NULL.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found