Searched refs:ath_is_world_regd (Results 1 - 7 of 7) sorted by last modified time

/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmain.c1988 if (!ath_is_world_regd(regulatory))
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c883 if (!ath_is_world_regd(reg)) {
H A Dinit.c1111 if (!ath_is_world_regd(reg)) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c10294 if (!ath_is_world_regd(&ar->ath_common.reg_world_copy) &&
10295 !ath_is_world_regd(&ar->ath_common.regulatory)) {
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c3149 if (!ath_is_world_regd(regulatory))
/linux-master/drivers/net/wireless/ath/
H A Dregd.c210 bool ath_is_world_regd(struct ath_regulatory *reg) function
214 EXPORT_SYMBOL(ath_is_world_regd); variable
478 !ath_is_world_regd(reg))
532 if (!ath_is_world_regd(&common->reg_world_copy))
646 if (ath_is_world_regd(reg)) {
771 if (ath_is_world_regd(reg))
H A Dregd.h261 bool ath_is_world_regd(struct ath_regulatory *reg);

Completed in 269 milliseconds