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

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c147 static struct ieee80211_rate rtw89_bitrates[] = { variable in typeref:struct:ieee80211_rate
206 if (unlikely(rpt_rate >= ARRAY_SIZE(rtw89_bitrates))) {
211 rate = rtw89_bitrates[rpt_rate];
221 .bitrates = rtw89_bitrates,
222 .n_bitrates = ARRAY_SIZE(rtw89_bitrates),
233 .bitrates = rtw89_bitrates + 4,
234 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,
245 .bitrates = rtw89_bitrates + 4,
246 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,

Completed in 92 milliseconds