V4L/DVB (8680): saa7134-core.c: fix warning
[linux-2.6/mini2440.git] / net / wireless / reg.h
bloba33362872f3cc3820ae46c32c010400242912bc0
1 #ifndef __NET_WIRELESS_REG_H
2 #define __NET_WIRELESS_REG_H
4 extern struct mutex cfg80211_reg_mutex;
5 bool is_world_regdom(const char *alpha2);
6 bool reg_is_valid_request(const char *alpha2);
8 int regulatory_init(void);
9 void regulatory_exit(void);
11 int set_regdom(const struct ieee80211_regdomain *rd);
13 #endif /* __NET_WIRELESS_REG_H */