Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4076 ath12k_create_ht_cap(struct ath12k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath12k_create_ht_cap() argument
4082 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath12k_create_ht_cap()
4092 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath12k_create_ht_cap()
4095 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath12k_create_ht_cap()
4098 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath12k_create_ht_cap()
4107 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath12k_create_ht_cap()
4110 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath12k_create_ht_cap()
4113 stbc = ar_ht_cap; in ath12k_create_ht_cap()
4122 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath12k_create_ht_cap()
4125 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath12k_create_ht_cap()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A 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()