Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c3332 ath11k_create_ht_cap(struct ath11k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath11k_create_ht_cap() argument
3338 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath11k_create_ht_cap()
3348 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath11k_create_ht_cap()
3351 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath11k_create_ht_cap()
3354 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath11k_create_ht_cap()
3363 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath11k_create_ht_cap()
3366 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
3369 stbc = ar_ht_cap; in ath11k_create_ht_cap()
3378 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath11k_create_ht_cap()
3381 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath11k_create_ht_cap()