Lines Matching defs:mcs
58 u8 i, nss, mcs;
71 mcs = GET_VHTNSSMCS(mcs_map, i);
72 if (mcs < IEEE80211_VHT_MCS_NOT_SUPPORTED)
75 mcs = GET_VHTNSSMCS(mcs_map, nss);
77 /* if mcs is 3, nss must be 1 (NSS = 1). Default mcs to MCS 0~9 */
78 if (mcs == IEEE80211_VHT_MCS_NOT_SUPPORTED)
79 mcs = IEEE80211_VHT_MCS_SUPPORT_0_9;
83 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs];
86 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs - 1];
88 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs];
91 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs - 1];
121 /* rx MCS Set: find the minimum of the user rx mcs and ap rx mcs */
144 /* tx MCS Set: find the minimum of the user tx mcs and ap tx mcs */