diff options
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h new file mode 100644 index 000000000000..a33362872f3c --- /dev/null +++ b/net/wireless/reg.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __NET_WIRELESS_REG_H | ||
2 | #define __NET_WIRELESS_REG_H | ||
3 | |||
4 | extern struct mutex cfg80211_reg_mutex; | ||
5 | bool is_world_regdom(const char *alpha2); | ||
6 | bool reg_is_valid_request(const char *alpha2); | ||
7 | |||
8 | int regulatory_init(void); | ||
9 | void regulatory_exit(void); | ||
10 | |||
11 | int set_regdom(const struct ieee80211_regdomain *rd); | ||
12 | |||
13 | #endif /* __NET_WIRELESS_REG_H */ | ||