]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: remove redundant check
authorEliad Peller <eliad@wizery.com>
Wed, 12 Nov 2014 08:08:29 +0000 (10:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 19 Nov 2014 17:45:48 +0000 (18:45 +0100)
commitff5db4392c75e005882dd93641b2caa436437dd6
treecfbc9d266f50f95c5a4480a3cfdc2146a6728edf
parent8cd4d4563ef0a518002c4a8f47dd950afe386ea8
mac80211: remove redundant check

local->scan_req was tested in the previous line, so it
can't be NULL.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/scan.c