commit | 00c3a6ed649c3305b52ff51e187717365aa39d4a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sat Oct 26 17:14:38 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 25 20:50:40 2013 +0100 |
tree | fafb8473f2265d56e082a54f5d0eca1917d3c2fc | |
parent | 0f0094b3c7b8fef51f1ea6a0abc08b99d1444506 [diff] |
cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSH 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>