OSDN Git Service

cfg80211: Add API to allow querying regdb for wmm_rule
authorHaim Dreyfuss <haim.dreyfuss@intel.com>
Wed, 28 Mar 2018 10:24:11 +0000 (13:24 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 29 Mar 2018 09:35:17 +0000 (11:35 +0200)
commit19d3577e35e0cbb42694811b096e749a0f89a824
treedbbceb068e83027a2c700ac74603d9bb5e842f4b
parente552af058148498c8a0874edf6b022caea9cb2b7
cfg80211: Add API to allow querying regdb for wmm_rule

In general regulatory self managed devices maintain their own
regulatory profiles thus it doesn't have to query the regulatory database
on country change.

ETSI has recently introduced a new channel access mechanism for 5GHz
that all wlan devices need to comply with.
These values are stored in the regulatory database.
There are self managed devices which can't maintain these
values on their own. Add API to allow self managed regulatory devices
to query the regulatory database for high band wmm rule.

Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
[johannes: fix documentation]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/reg.c