Lines Matching full:nss
213 ic_printf(ic, "[VHT] NSS %d: TX MCS 0..%d, RX MCS 0..%d\n", in ieee80211_vht_announce()
834 /* 16-bit basic MCS set - just MCS0..7 for NSS=1 for now */ in ieee80211_add_vhtinfo()
926 * TODO: ensure I read 10.39.7 - BSS Basic VHT-MCS and NSS set operation.
1085 * @brief Check if the given VHT bw/nss/mcs combination is valid
1088 * This checks whether the given VHT bw/nss/mcs is valid based on
1093 * @param nss NSS
1099 enum net80211_sta_rx_bw bw, uint8_t nss, uint8_t mcs) in ieee80211_vht_node_check_tx_valid_mcs() argument
1104 if (nss < 1 || nss > 8) in ieee80211_vht_node_check_tx_valid_mcs()
1110 if (!ieee80211_phy_vht_validate_mcs(bw, nss, mcs)) in ieee80211_vht_node_check_tx_valid_mcs()
1115 * given NSS. in ieee80211_vht_node_check_tx_valid_mcs()
1117 mc = ni->ni_vht_tx_map >> (2*(nss-1)) & 0x3; in ieee80211_vht_node_check_tx_valid_mcs()
1120 /* Not supported at this NSS */ in ieee80211_vht_node_check_tx_valid_mcs()