Searched refs:rtw89_bitrates (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c151 static struct ieee80211_rate rtw89_bitrates[] = { variable in typeref:struct:ieee80211_rate
210 if (unlikely(rpt_rate >= ARRAY_SIZE(rtw89_bitrates))) {
215 rate = rtw89_bitrates[rpt_rate];
225 .bitrates = rtw89_bitrates,
226 .n_bitrates = ARRAY_SIZE(rtw89_bitrates),
237 .bitrates = rtw89_bitrates + 4,
238 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,
249 .bitrates = rtw89_bitrates + 4,
250 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,

Completed in 104 milliseconds