From: Johannes Berg Date: Sat, 26 Oct 2013 15:14:38 +0000 (+0200) Subject: cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSH X-Git-Tag: v3.14-rc1~94^2~334^2^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c3a6ed649c3305b52ff51e187717365aa39d4a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed