Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c5356 if (rtwsta->rx_hw_rate <= RTW89_HW_RATE_CCK2 && in rtw89_btc_ntfy_wl_sta_iter()
5362 last_rx_rate != rtwsta->rx_hw_rate || in rtw89_btc_ntfy_wl_sta_iter()
5368 link_info_t->rx_rate = rtwsta->rx_hw_rate; in rtw89_btc_ntfy_wl_sta_iter()
5373 wl->role_info.active_role[port].rx_rate = rtwsta->rx_hw_rate; in rtw89_btc_ntfy_wl_sta_iter()
Ddebug.c2382 seq_printf(m, "\t(hw_rate=0x%x)\n", rtwsta->rx_hw_rate); in rtw89_sta_info_get_iter()
Dcore.c1629 rtwsta->rx_hw_rate = desc_info->data_rate; in rtw89_core_stats_sta_rx_status_iter()
Dcore.h2178 u16 rx_hw_rate; member