Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dmac.h45 #define WMI_HT_CAP_HT20_SGI 0x0002 macro
68 WMI_HT_CAP_HT20_SGI | \
Dmac.c4951 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath11k_create_ht_cap()
/drivers/net/wireless/ath/ath10k/
Dwmi.h2118 #define WMI_HT_CAP_HT20_SGI 0x0002 /* Short Guard Interval with HT20 */ macro
2133 WMI_HT_CAP_HT20_SGI | \
Dmac.c4938 if (ar->ht_cap_info & WMI_HT_CAP_HT20_SGI) in ath10k_get_ht_cap()