aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/reg.h
blob: a33362872f3cc3820ae46c32c010400242912bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NET_WIRELESS_REG_H
#define __NET_WIRELESS_REG_H

extern struct mutex cfg80211_reg_mutex;
bool is_world_regdom(const char *alpha2);
bool reg_is_valid_request(const char *alpha2);

int regulatory_init(void);
void regulatory_exit(void);

int set_regdom(const struct ieee80211_regdomain *rd);

#endif  /* __NET_WIRELESS_REG_H */