Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.h45 #define WMI_HT_CAP_DYNAMIC_SMPS 0x0004 macro
Dmac.c3354 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath11k_create_ht_cap()
3677 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
6222 if (ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) in __ath11k_mac_register()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.h2116 #define WMI_HT_CAP_DYNAMIC_SMPS 0x0004 /* Dynamic MIMO powersave */ macro
Dmac.c4749 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) { in ath10k_get_ht_cap()
9842 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath10k_mac_register()