cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flag
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Thu, 20 Feb 2014 12:52:16 +0000 (13:52 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 21 Feb 2014 08:27:28 +0000 (09:27 +0100)
Introduce NL80211_RRF_AUTO_BW rule flag. If this flag set
maximum available bandwidth should be calculated base on
contiguous rules and wider channels will be allowed to cross
multiple contiguous/overlapping frequency ranges.

In case of old kernels maximum bandwidth from regulatory
rule will be used, while there is no NL80211_RRF_AUTO_BW flag.

This fixes the previous commit 9752482083066af7ac18a5ca376f
("cfg80211: regulatory introduce maximum bandwidth calculation")
which was found to be a problem for userspace API compatibility.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
[edit commit log, use sizeof()]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h
net/wireless/genregdb.awk
net/wireless/nl80211.c
net/wireless/reg.c

Simple merge
Simple merge
Simple merge
Simple merge