Lines Matching full:nss
560 /* get the max nss for EHT over all possible bandwidths and mcs */ in ieee80211_sta_init_nss()
651 u8 nss; in __ieee80211_vht_handle_opmode() local
657 nss = opmode & IEEE80211_OPMODE_NOTIF_RX_NSS_MASK; in __ieee80211_vht_handle_opmode()
658 nss >>= IEEE80211_OPMODE_NOTIF_RX_NSS_SHIFT; in __ieee80211_vht_handle_opmode()
659 nss += 1; in __ieee80211_vht_handle_opmode()
661 if (link_sta->op_mode_nss != nss) { in __ieee80211_vht_handle_opmode()
662 if (nss <= link_sta->capa_nss) { in __ieee80211_vht_handle_opmode()
663 link_sta->op_mode_nss = nss; in __ieee80211_vht_handle_opmode()
665 if (nss != link_sta->pub->rx_nss) { in __ieee80211_vht_handle_opmode()
666 link_sta->pub->rx_nss = nss; in __ieee80211_vht_handle_opmode()
672 …pr_warn_ratelimited("Ignoring NSS change in VHT Operating Mode Notification from %pM with invalid … in __ieee80211_vht_handle_opmode()
673 link_sta->pub->addr, nss); in __ieee80211_vht_handle_opmode()