|
@@ -79,7 +79,7 @@ struct regulatory_request {
|
|
enum nl80211_reg_initiator initiator;
|
|
enum nl80211_reg_initiator initiator;
|
|
enum nl80211_user_reg_hint_type user_reg_hint_type;
|
|
enum nl80211_user_reg_hint_type user_reg_hint_type;
|
|
char alpha2[2];
|
|
char alpha2[2];
|
|
- u8 dfs_region;
|
|
|
|
|
|
+ enum nl80211_dfs_regions dfs_region;
|
|
bool intersect;
|
|
bool intersect;
|
|
bool processed;
|
|
bool processed;
|
|
enum environment_cap country_ie_env;
|
|
enum environment_cap country_ie_env;
|
|
@@ -157,7 +157,7 @@ struct ieee80211_regdomain {
|
|
struct rcu_head rcu_head;
|
|
struct rcu_head rcu_head;
|
|
u32 n_reg_rules;
|
|
u32 n_reg_rules;
|
|
char alpha2[2];
|
|
char alpha2[2];
|
|
- u8 dfs_region;
|
|
|
|
|
|
+ enum nl80211_dfs_regions dfs_region;
|
|
struct ieee80211_reg_rule reg_rules[];
|
|
struct ieee80211_reg_rule reg_rules[];
|
|
};
|
|
};
|
|
|
|
|