Lines Matching refs:mcs
1226 #define GET_PROPRIETARY_11N_MCS_NSS(mcs) (1 + ((mcs) - 85) / 8) argument
1228 #define GET_11N_MCS_NSS(mcs) ((mcs) < 32 ? (1 + ((mcs) / 8)) : \ argument
1229 ((mcs) == 32 ? 1 : GET_PROPRIETARY_11N_MCS_NSS(mcs)))
1232 #define IS_PROPRIETARY_11N_MCS(mcs) \ argument
1233 ((mcs) == 87 || (mcs) == 88 || (mcs) == 99 || (mcs) == 100 || (mcs) == 101 || (mcs) == 102)
1234 #define IS_PROPRIETARY_11N_SS_MCS(mcs) \ argument
1235 ((mcs) == 87 || (mcs) == 88)
1237 #define IS_PROPRIETARY_11N_MCS(mcs) FALSE argument
1238 #define IS_PROPRIETARY_11N_SS_MCS(mcs) FALSE /**< is proprietary HT single stream MCS */ argument
1243 uint8 wf_get_single_stream_mcs(uint mcs);
1252 uint wf_mcs_to_rate(uint mcs, uint nss, uint bw, int sgi);
1253 uint wf_he_mcs_to_rate(uint mcs, uint nss, uint bw, uint gi, bool dcm);
1255 uint wf_mcs_to_Ndbps(uint mcs, uint nss, uint bw);
1256 uint wf_he_mcs_to_Ndbps(uint mcs, uint nss, uint bw, bool dcm);
1257 uint32 wf_he_mcs_ru_to_ndbps(uint8 mcs, uint8 nss, bool dcm, uint8 ru_index);