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.c152 static struct ieee80211_rate rtw89_bitrates[] = { variable
280 if (unlikely(legacy_rate >= ARRAY_SIZE(rtw89_bitrates))) { in rtw89_legacy_rate_to_bitrate()
286 rate = &rtw89_bitrates[legacy_rate]; in rtw89_legacy_rate_to_bitrate()
296 .bitrates = rtw89_bitrates,
297 .n_bitrates = ARRAY_SIZE(rtw89_bitrates),
308 .bitrates = rtw89_bitrates + 4,
309 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,
320 .bitrates = rtw89_bitrates + 4,
321 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4,