|
@@ -251,6 +251,7 @@ enum CountryCode {
|
|
|
|
|
|
bool ath_is_world_regd(struct ath_regulatory *reg);
|
|
bool ath_is_world_regd(struct ath_regulatory *reg);
|
|
bool ath_is_49ghz_allowed(u16 redomain);
|
|
bool ath_is_49ghz_allowed(u16 redomain);
|
|
|
|
+u16 ath_regd_find_country_by_name(char *alpha2);
|
|
int ath_regd_init(struct ath_regulatory *reg, struct wiphy *wiphy,
|
|
int ath_regd_init(struct ath_regulatory *reg, struct wiphy *wiphy,
|
|
void (*reg_notifier)(struct wiphy *wiphy,
|
|
void (*reg_notifier)(struct wiphy *wiphy,
|
|
struct regulatory_request *request));
|
|
struct regulatory_request *request));
|