diff options
Diffstat (limited to 'include/net/regulatory.h')
-rw-r--r-- | include/net/regulatory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/regulatory.h b/include/net/regulatory.h index 75fc1f5a948d..259992444e80 100644 --- a/include/net/regulatory.h +++ b/include/net/regulatory.h | |||
@@ -131,6 +131,11 @@ struct regulatory_request { | |||
131 | * all country IE information processed by the regulatory core. This will | 131 | * all country IE information processed by the regulatory core. This will |
132 | * override %REGULATORY_COUNTRY_IE_FOLLOW_POWER as all country IEs will | 132 | * override %REGULATORY_COUNTRY_IE_FOLLOW_POWER as all country IEs will |
133 | * be ignored. | 133 | * be ignored. |
134 | * @REGULATORY_ENABLE_RELAX_NO_IR: for devices that wish to allow the | ||
135 | * NO_IR relaxation, which enables transmissions on channels on which | ||
136 | * otherwise initiating radiation is not allowed. This will enable the | ||
137 | * relaxations enabled under the CFG80211_REG_RELAX_NO_IR configuration | ||
138 | * option | ||
134 | */ | 139 | */ |
135 | enum ieee80211_regulatory_flags { | 140 | enum ieee80211_regulatory_flags { |
136 | REGULATORY_CUSTOM_REG = BIT(0), | 141 | REGULATORY_CUSTOM_REG = BIT(0), |
@@ -138,6 +143,7 @@ enum ieee80211_regulatory_flags { | |||
138 | REGULATORY_DISABLE_BEACON_HINTS = BIT(2), | 143 | REGULATORY_DISABLE_BEACON_HINTS = BIT(2), |
139 | REGULATORY_COUNTRY_IE_FOLLOW_POWER = BIT(3), | 144 | REGULATORY_COUNTRY_IE_FOLLOW_POWER = BIT(3), |
140 | REGULATORY_COUNTRY_IE_IGNORE = BIT(4), | 145 | REGULATORY_COUNTRY_IE_IGNORE = BIT(4), |
146 | REGULATORY_ENABLE_RELAX_NO_IR = BIT(5), | ||
141 | }; | 147 | }; |
142 | 148 | ||
143 | struct ieee80211_freq_range { | 149 | struct ieee80211_freq_range { |