cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()
authorLuciano Coelho <luciano.coelho@intel.com>
Thu, 20 Feb 2014 14:36:21 +0000 (16:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 21 Feb 2014 08:33:10 +0000 (09:33 +0100)
We don't have to double check whether the parameters passed to
cfg80211_can_use_iftype_chan() are correct.  We should just make sure
they *are* when we call this function.

Remove the radar_detect argument check in
cfg80211_can_use_iftype_chan() to simplify the code.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
[keep braces around a long comment + single statement]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/ibss.c
net/wireless/mesh.c
net/wireless/util.c

Simple merge
Simple merge
Simple merge