diff options
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index e2aaaf525a2..f023c8a31c6 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h | |||
@@ -22,17 +22,19 @@ bool is_world_regdom(const char *alpha2); | |||
22 | bool reg_is_valid_request(const char *alpha2); | 22 | bool reg_is_valid_request(const char *alpha2); |
23 | bool reg_supported_dfs_region(u8 dfs_region); | 23 | bool reg_supported_dfs_region(u8 dfs_region); |
24 | 24 | ||
25 | int regulatory_hint_user(const char *alpha2); | 25 | int regulatory_hint_user(const char *alpha2, |
26 | enum nl80211_user_reg_hint_type user_reg_hint_type); | ||
26 | 27 | ||
27 | int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env); | 28 | int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env); |
28 | void reg_device_remove(struct wiphy *wiphy); | 29 | void wiphy_regulatory_register(struct wiphy *wiphy); |
30 | void wiphy_regulatory_deregister(struct wiphy *wiphy); | ||
29 | 31 | ||
30 | int __init regulatory_init(void); | 32 | int __init regulatory_init(void); |
31 | void regulatory_exit(void); | 33 | void regulatory_exit(void); |
32 | 34 | ||
33 | int set_regdom(const struct ieee80211_regdomain *rd); | 35 | int set_regdom(const struct ieee80211_regdomain *rd); |
34 | 36 | ||
35 | void regulatory_update(struct wiphy *wiphy, enum nl80211_reg_initiator setby); | 37 | bool reg_last_request_cell_base(void); |
36 | 38 | ||
37 | /** | 39 | /** |
38 | * regulatory_hint_found_beacon - hints a beacon was found on a channel | 40 | * regulatory_hint_found_beacon - hints a beacon was found on a channel |