cfg80211: fix regulatory code const
[linux-block.git] / net / wireless / reg.h
CommitLineData
b2e1b302
LR
1#ifndef __NET_WIRELESS_REG_H
2#define __NET_WIRELESS_REG_H
3
734366de 4extern struct mutex cfg80211_reg_mutex;
a3d2eaf0
JB
5bool is_world_regdom(const char *alpha2);
6bool reg_is_valid_request(const char *alpha2);
b2e1b302 7
b2e1b302
LR
8int regulatory_init(void);
9void regulatory_exit(void);
10
a3d2eaf0 11int set_regdom(const struct ieee80211_regdomain *rd);
b2e1b302
LR
12
13#endif /* __NET_WIRELESS_REG_H */