Searched refs:hrateidx (Results 1 – 2 of 2) sorted by relevance
2591 u16 hrateidx = 0; in rtw_mp_rate_parse() local2596 hrateidx = srate2herate(target_str); in rtw_mp_rate_parse()2598 if (MP_IS_1T_HRATE(hrateidx)) in rtw_mp_rate_parse()2600 else if (MP_IS_2T_HRATE(hrateidx)) in rtw_mp_rate_parse()2602 else if (MP_IS_3T_HRATE(hrateidx)) in rtw_mp_rate_parse()2604 else if (MP_IS_4T_HRATE(hrateidx)) in rtw_mp_rate_parse()2608 if (MP_IS_CCK_HRATE(hrateidx)) in rtw_mp_rate_parse()2610 else if (MP_IS_OFDM_HRATE(hrateidx)) { in rtw_mp_rate_parse()2613 } else if (MP_IS_HT_HRATE(hrateidx)) { in rtw_mp_rate_parse()2616 } else if (MP_IS_VHT_HRATE(hrateidx)) { in rtw_mp_rate_parse()[all …]
2732 u16 hrateidx = 0; in rtw_mp_rate_parse() local2737 hrateidx = srate2herate(target_str); in rtw_mp_rate_parse()2739 if (MP_IS_1T_HRATE(hrateidx)) in rtw_mp_rate_parse()2741 else if (MP_IS_2T_HRATE(hrateidx)) in rtw_mp_rate_parse()2743 else if (MP_IS_3T_HRATE(hrateidx)) in rtw_mp_rate_parse()2745 else if (MP_IS_4T_HRATE(hrateidx)) in rtw_mp_rate_parse()2749 if (MP_IS_CCK_HRATE(hrateidx)) in rtw_mp_rate_parse()2751 else if (MP_IS_OFDM_HRATE(hrateidx)) { in rtw_mp_rate_parse()2754 } else if (MP_IS_HT_HRATE(hrateidx)) { in rtw_mp_rate_parse()2757 } else if (MP_IS_VHT_HRATE(hrateidx)) { in rtw_mp_rate_parse()[all …]