Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h284 u8 single_chip_mlo_support; member
H A Dqmi.c603 single_chip_mlo_support),
2312 if (resp.single_chip_mlo_support_valid && resp.single_chip_mlo_support) in ath12k_qmi_phy_cap_send()
2313 ab->single_chip_mlo_support = true; in ath12k_qmi_phy_cap_send()
2324 resp.single_chip_mlo_support_valid, resp.single_chip_mlo_support, in ath12k_qmi_phy_cap_send()
H A Dcore.c2160 ag->mlo_capable = ab->single_chip_mlo_support; in ath12k_core_hw_group_set_mlo_capable()
2282 ab->single_chip_mlo_support = false; in ath12k_core_alloc()
H A Dcore.h1127 bool single_chip_mlo_support; member