Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c1027 u8 nss_160; in mt7915_init_he_caps() local
1030 nss_160 = nss; in mt7915_init_he_caps()
1033 nss_160 = nss / 2; in mt7915_init_he_caps()
1036 nss_160 = 0; in mt7915_init_he_caps()
1044 if (i < nss_160) in mt7915_init_he_caps()
1082 else if (nss_160) in mt7915_init_he_caps()
1143 if (nss_160) in mt7915_init_he_caps()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2400 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_vht() local
2515 nss_160 = u32_encode_bits(rx_nss - 1, ATH12K_PEER_RX_NSS_160MHZ); in ath12k_peer_assoc_h_vht()
2516 arg->peer_bw_rxnss_override |= nss_160; in ath12k_peer_assoc_h_vht()
2615 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_he() local
2826 nss_160 = u32_encode_bits(rx_nss - 1, ATH12K_PEER_RX_NSS_160MHZ); in ath12k_peer_assoc_h_he()
2827 arg->peer_bw_rxnss_override |= nss_160; in ath12k_peer_assoc_h_he()