2008-09-10 10:19:48 +04:00
|
|
|
#ifndef __NET_WIRELESS_REG_H
|
|
|
|
#define __NET_WIRELESS_REG_H
|
|
|
|
|
2008-09-15 12:56:48 +04:00
|
|
|
extern struct mutex cfg80211_reg_mutex;
|
2008-09-15 13:10:52 +04:00
|
|
|
bool is_world_regdom(const char *alpha2);
|
|
|
|
bool reg_is_valid_request(const char *alpha2);
|
2008-09-10 10:19:48 +04:00
|
|
|
|
|
|
|
int regulatory_init(void);
|
|
|
|
void regulatory_exit(void);
|
|
|
|
|
2008-09-15 13:10:52 +04:00
|
|
|
int set_regdom(const struct ieee80211_regdomain *rd);
|
2008-09-10 10:19:48 +04:00
|
|
|
|
|
|
|
#endif /* __NET_WIRELESS_REG_H */
|