aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 75fa556728ce..f195ea460811 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -350,8 +350,6 @@ struct bss_parameters {
350 350
351/** 351/**
352 * enum reg_set_by - Indicates who is trying to set the regulatory domain 352 * enum reg_set_by - Indicates who is trying to set the regulatory domain
353 * @REGDOM_SET_BY_INIT: regulatory domain was set by initialization. We will be
354 * using a static world regulatory domain by default.
355 * @REGDOM_SET_BY_CORE: Core queried CRDA for a dynamic world regulatory domain. 353 * @REGDOM_SET_BY_CORE: Core queried CRDA for a dynamic world regulatory domain.
356 * @REGDOM_SET_BY_USER: User asked the wireless core to set the 354 * @REGDOM_SET_BY_USER: User asked the wireless core to set the
357 * regulatory domain. 355 * regulatory domain.
@@ -362,7 +360,6 @@ struct bss_parameters {
362 * should consider. 360 * should consider.
363 */ 361 */
364enum reg_set_by { 362enum reg_set_by {
365 REGDOM_SET_BY_INIT,
366 REGDOM_SET_BY_CORE, 363 REGDOM_SET_BY_CORE,
367 REGDOM_SET_BY_USER, 364 REGDOM_SET_BY_USER,
368 REGDOM_SET_BY_DRIVER, 365 REGDOM_SET_BY_DRIVER,