Home
last modified time | relevance | path

Searched refs:ath_is_world_regd (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/
Dregd.c210 bool ath_is_world_regd(struct ath_regulatory *reg) in ath_is_world_regd() function
214 EXPORT_SYMBOL(ath_is_world_regd);
478 !ath_is_world_regd(reg)) in __ath_reg_dyn_country()
532 if (!ath_is_world_regd(&common->reg_world_copy)) in ath_reg_notifier_apply()
646 if (ath_is_world_regd(reg)) { in ath_regd_init_wiphy()
771 if (ath_is_world_regd(reg)) in ath_regd_init()
Dregd.h261 bool ath_is_world_regd(struct ath_regulatory *reg);
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c883 if (!ath_is_world_regd(reg)) { in ath9k_init_device()
Dinit.c1111 if (!ath_is_world_regd(reg)) { in ath9k_init_device()
/linux-6.1.9/drivers/net/wireless/ath/carl9170/
Dmain.c1983 if (!ath_is_world_regd(regulatory)) in carl9170_register()
/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dbase.c3149 if (!ath_is_world_regd(regulatory)) in ath5k_init()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c10281 if (!ath_is_world_regd(&ar->ath_common.reg_world_copy) && in ath10k_mac_register()
10282 !ath_is_world_regd(&ar->ath_common.regulatory)) { in ath10k_mac_register()