cfg80211: remove scan ies NULL check
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 Feb 2013 15:51:29 +0000 (16:51 +0100)
committerJohannes 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