Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c479 struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in ath11k_pull_reg_cap_svc_rdy_ext() local
487 ext_reg_cap = &wmi_ext_reg_cap[phy_idx]; in ath11k_pull_reg_cap_svc_rdy_ext()
489 param->phy_id = ext_reg_cap->phy_id; in ath11k_pull_reg_cap_svc_rdy_ext()
490 param->eeprom_reg_domain = ext_reg_cap->eeprom_reg_domain; in ath11k_pull_reg_cap_svc_rdy_ext()
492 ext_reg_cap->eeprom_reg_domain_ext; in ath11k_pull_reg_cap_svc_rdy_ext()
493 param->regcap1 = ext_reg_cap->regcap1; in ath11k_pull_reg_cap_svc_rdy_ext()
494 param->regcap2 = ext_reg_cap->regcap2; in ath11k_pull_reg_cap_svc_rdy_ext()
496 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
497 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
498 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
[all …]