Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dmac.c4070 ath12k_create_ht_cap(struct ath12k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath12k_create_ht_cap() argument
4076 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath12k_create_ht_cap()
4086 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath12k_create_ht_cap()
4089 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath12k_create_ht_cap()
4092 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath12k_create_ht_cap()
4101 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath12k_create_ht_cap()
4104 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath12k_create_ht_cap()
4107 stbc = ar_ht_cap; in ath12k_create_ht_cap()
4116 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath12k_create_ht_cap()
4119 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath12k_create_ht_cap()
/drivers/net/wireless/ath/ath11k/
Dmac.c5386 ath11k_create_ht_cap(struct ath11k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath11k_create_ht_cap() argument
5392 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath11k_create_ht_cap()
5402 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath11k_create_ht_cap()
5405 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath11k_create_ht_cap()
5408 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath11k_create_ht_cap()
5417 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath11k_create_ht_cap()
5420 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
5423 stbc = ar_ht_cap; in ath11k_create_ht_cap()
5432 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath11k_create_ht_cap()
5435 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath11k_create_ht_cap()