diff options
Diffstat (limited to 'include/net/regulatory.h')
| -rw-r--r-- | include/net/regulatory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/regulatory.h b/include/net/regulatory.h index 47995b81c5d7..9e103a4e91ee 100644 --- a/include/net/regulatory.h +++ b/include/net/regulatory.h | |||
| @@ -39,6 +39,7 @@ enum environment_cap { | |||
| 39 | * 00 - World regulatory domain | 39 | * 00 - World regulatory domain |
| 40 | * 99 - built by driver but a specific alpha2 cannot be determined | 40 | * 99 - built by driver but a specific alpha2 cannot be determined |
| 41 | * 98 - result of an intersection between two regulatory domains | 41 | * 98 - result of an intersection between two regulatory domains |
| 42 | * 97 - regulatory domain has not yet been configured | ||
| 42 | * @intersect: indicates whether the wireless core should intersect | 43 | * @intersect: indicates whether the wireless core should intersect |
| 43 | * the requested regulatory domain with the presently set regulatory | 44 | * the requested regulatory domain with the presently set regulatory |
| 44 | * domain. | 45 | * domain. |
| @@ -53,7 +54,6 @@ struct regulatory_request { | |||
| 53 | enum nl80211_reg_initiator initiator; | 54 | enum nl80211_reg_initiator initiator; |
| 54 | char alpha2[2]; | 55 | char alpha2[2]; |
| 55 | bool intersect; | 56 | bool intersect; |
| 56 | u32 country_ie_checksum; | ||
| 57 | enum environment_cap country_ie_env; | 57 | enum environment_cap country_ie_env; |
| 58 | struct list_head list; | 58 | struct list_head list; |
| 59 | }; | 59 | }; |
