Lines Matching defs:mcs
46 u8 i, nss, mcs;
59 mcs = GET_VHTNSSMCS(mcs_map, i);
60 if (mcs < IEEE80211_VHT_MCS_NOT_SUPPORTED)
63 mcs = GET_VHTNSSMCS(mcs_map, nss);
65 /* if mcs is 3, nss must be 1 (NSS = 1). Default mcs to MCS 0~9 */
66 if (mcs == IEEE80211_VHT_MCS_NOT_SUPPORTED)
67 mcs = IEEE80211_VHT_MCS_SUPPORT_0_9;
71 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs];
74 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs - 1];
76 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs];
79 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs - 1];
109 /* rx MCS Set: find the minimum of the user rx mcs and ap rx mcs */
132 /* tx MCS Set: find the minimum of the user tx mcs and ap tx mcs */