commit | 83c7aa1a1475ae1c42640ab6e4559016142efc67 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Feb 05 16:51:29 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 11 18:44:58 2013 +0100 |
tree | 1a93edf5cb47eea45a120bd34ab0c72383cb28b6 | |
parent | b207cdb07f3f01ec1adaac62e9d0cc918c60a81a [diff] |
cfg80211: remove scan ies NULL check 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>