summaryrefslogtreecommitdiff
path: root/oui.conf
diff options
context:
space:
mode:
Diffstat (limited to 'oui.conf')
0 files changed, 0 insertions, 0 deletions
3a65f5610cc0365aed5d081bc49 parentbee427b86217b78a0a5fc85575cc155e4c32bbf9 (diff)
cfg80211: fix NAN bands definition
The nl80211_nan_dual_band_conf enumeration doesn't make much sense. The default value is assigned to a bit, which makes it weird if the default bit and other bits are set at the same time. To improve this, get rid of NL80211_NAN_BAND_DEFAULT and add a wiphy configuration to let the drivers define which bands are supported. This is exposed to the userspace, which then can make a decision on which band(s) to use. Additionally, rename all "dual_band" elements to "bands", to make things clearer. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat
-rw-r--r--include/net/cfg80211.h18
-rw-r--r--include/uapi/linux/nl80211.h57
-rw-r--r--net/mac80211/cfg.c4
-rw-r--r--net/mac80211/trace.h16
-rw-r--r--net/wireless/core.c3
-rw-r--r--net/wireless/nl80211.c35
-rw-r--r--net/wireless/trace.h16
7 files changed, 86 insertions, 63 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h