Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.h55 #define WMI_HT_CAP_HT40_SGI 0x0800 macro
69 WMI_HT_CAP_HT40_SGI | \
Dmac.c4954 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath11k_create_ht_cap()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dwmi.h2128 #define WMI_HT_CAP_HT40_SGI 0x0800 macro
2134 WMI_HT_CAP_HT40_SGI | \
Dmac.c4939 if (ar->ht_cap_info & WMI_HT_CAP_HT40_SGI) in ath10k_get_ht_cap()