Lines Matching refs:nss
557 /* get the max nss for EHT over all possible bandwidths and mcs */
640 u8 nss, cur_nss;
646 nss = opmode & IEEE80211_OPMODE_NOTIF_RX_NSS_MASK;
647 nss >>= IEEE80211_OPMODE_NOTIF_RX_NSS_SHIFT;
648 nss += 1;
650 if (link_sta->pub->rx_nss != nss) {
653 * will set the same to max nss value calculated based on capability.
657 /* Do not allow an nss change to rx_nss greater than max_nss
660 if (nss <= link_sta->pub->rx_nss) {
661 link_sta->pub->rx_nss = nss;
662 sta_opmode.rx_nss = nss;
667 pr_warn_ratelimited("Ignoring NSS change in VHT Operating Mode Notification from %pM with invalid nss %d",
668 link_sta->pub->addr, nss);