aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index bb9129fc61ca..75fa556728ce 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -404,6 +404,7 @@ enum environment_cap {
404 * country IE 404 * country IE
405 * @country_ie_env: lets us know if the AP is telling us we are outdoor, 405 * @country_ie_env: lets us know if the AP is telling us we are outdoor,
406 * indoor, or if it doesn't matter 406 * indoor, or if it doesn't matter
407 * @list: used to insert into the reg_requests_list linked list
407 */ 408 */
408struct regulatory_request { 409struct regulatory_request {
409 int wiphy_idx; 410 int wiphy_idx;
@@ -412,6 +413,7 @@ struct regulatory_request {
412 bool intersect; 413 bool intersect;
413 u32 country_ie_checksum; 414 u32 country_ie_checksum;
414 enum environment_cap country_ie_env; 415 enum environment_cap country_ie_env;
416 struct list_head list;
415}; 417};
416 418
417struct ieee80211_freq_range { 419struct ieee80211_freq_range {