cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSH
authorJohannes Berg <johannes.berg@intel.com>
Sat, 26 Oct 2013 15:14:38 +0000 (17:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:50:40 +0000 (20:50 +0100)
As the flag is entirely implemented in cfg80211, it should
have been a global feature flag (which I believe didn't
exist at the time). However, there's no reason to allow
drivers to unset the flag, so don't allow it and remove
the validation of NL80211_SCAN_FLAG_FLUSH.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found