cfg80211: clean up regulatory mess
[linux-2.6-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;
b2e1b302
LR
5bool is_world_regdom(char *alpha2);
6bool reg_is_valid_request(char *alpha2);
7
b2e1b302
LR
8int regulatory_init(void);
9void regulatory_exit(void);
10
734366de 11int set_regdom(struct ieee80211_regdomain *rd);
b2e1b302
LR
12
13#endif /* __NET_WIRELESS_REG_H */