Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c3345 ath11k_create_ht_cap(struct ath11k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath11k_create_ht_cap() argument
3351 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath11k_create_ht_cap()
3361 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath11k_create_ht_cap()
3364 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath11k_create_ht_cap()
3367 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath11k_create_ht_cap()
3376 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath11k_create_ht_cap()
3379 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
3382 stbc = ar_ht_cap; in ath11k_create_ht_cap()
3391 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath11k_create_ht_cap()
3394 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath11k_create_ht_cap()