https://github.com/torvalds/linux
Raw File
Tip revision: f7160c7573615ec82c691e294cf80d920b5d588d authored by Linus Torvalds on 10 November 2008, 00:36:15 UTC
Linux 2.6.28-rc4
Tip revision: f7160c7
reg.h
#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 */
back to top