aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nl80211.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 0edb2566c14..fb877b5621b 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -1307,7 +1307,11 @@ enum nl80211_bitrate_attr {
1307 * wireless core it thinks its knows the regulatory domain we should be in. 1307 * wireless core it thinks its knows the regulatory domain we should be in.
1308 * @NL80211_REGDOM_SET_BY_COUNTRY_IE: the wireless core has received an 1308 * @NL80211_REGDOM_SET_BY_COUNTRY_IE: the wireless core has received an
1309 * 802.11 country information element with regulatory information it 1309 * 802.11 country information element with regulatory information it
1310 * thinks we should consider. 1310 * thinks we should consider. cfg80211 only processes the country
1311 * code from the IE, and relies on the regulatory domain information
1312 * structure pased by userspace (CRDA) from our wireless-regdb.
1313 * If a channel is enabled but the country code indicates it should
1314 * be disabled we disable the channel and re-enable it upon disassociation.
1311 */ 1315 */
1312enum nl80211_reg_initiator { 1316enum nl80211_reg_initiator {
1313 NL80211_REGDOM_SET_BY_CORE, 1317 NL80211_REGDOM_SET_BY_CORE,