diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/net/regulatory.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
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 | }; |
