commit | 6f527287e0bbcb2d9a9f0580ac0c65786b9b9f0b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Aug 31 11:31:05 2018 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Sep 05 10:03:13 2018 +0200 |
tree | 8e1a00239cc1967e5204673f33d1717a8d235601 | |
parent | 80aaa9c1641590ab85c74824399cdb6b2e28e772 [diff] |
mac80211: remove pointless 'params' NULL checks These checks aren't necessary, cfg80211 never passes NULL. Some static checkers complain about the missing checks on the next line, but really the NULL checks are unnecessary. Signed-off-by: Johannes Berg <johannes.berg@intel.com>