Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c151 static struct ieee80211_rate rtw89_bitrates[] = { variable
210 if (unlikely(rpt_rate >= ARRAY_SIZE(rtw89_bitrates))) { in rtw89_ra_report_to_bitrate()
215 rate = rtw89_bitrates[rpt_rate]; in rtw89_ra_report_to_bitrate()
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,