From: Arik Nemtsov Date: Thu, 27 Nov 2014 07:44:55 +0000 (+0200) Subject: cfg80211: leave invalid channels on regdomain change X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad932f046fbe9839479350e7b88082a7d1dea498;p=pandora-kernel.git cfg80211: leave invalid channels on regdomain change When the regulatory settings change, some channels might become invalid. Disconnect interfaces acting on these channels, after giving userspace code a grace period to leave them. This mode is currently opt-in, and not all interface operating modes are supported for regulatory-enforcement checks. A wiphy that wishes to use the new enforcement code must specify an appropriate regulatory flag, and all its supported interface modes must be supported by the checking code. Signed-off-by: Arik Nemtsov Reviewed-by: Luis R. Rodriguez [fix some indentation, typos] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed