Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c5317 ath11k_create_ht_cap(struct ath11k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath11k_create_ht_cap() argument
5323 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath11k_create_ht_cap()
5333 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath11k_create_ht_cap()
5336 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath11k_create_ht_cap()
5339 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath11k_create_ht_cap()
5348 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath11k_create_ht_cap()
5351 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
5354 stbc = ar_ht_cap; in ath11k_create_ht_cap()
5363 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath11k_create_ht_cap()
5366 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath11k_create_ht_cap()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c6270 ath12k_create_ht_cap(struct ath12k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask) in ath12k_create_ht_cap() argument
6276 if (!(ar_ht_cap & WMI_HT_CAP_ENABLED)) in ath12k_create_ht_cap()
6286 if (ar_ht_cap & WMI_HT_CAP_HT20_SGI) in ath12k_create_ht_cap()
6289 if (ar_ht_cap & WMI_HT_CAP_HT40_SGI) in ath12k_create_ht_cap()
6292 if (ar_ht_cap & WMI_HT_CAP_DYNAMIC_SMPS) { in ath12k_create_ht_cap()
6301 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath12k_create_ht_cap()
6304 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath12k_create_ht_cap()
6307 stbc = ar_ht_cap; in ath12k_create_ht_cap()
6316 if (ar_ht_cap & WMI_HT_CAP_RX_LDPC) in ath12k_create_ht_cap()
6319 if (ar_ht_cap & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath12k_create_ht_cap()