Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h202 if (wl->ops->sta_rc_update) in wlcore_hw_sta_rc_update()
203 wl->ops->sta_rc_update(wl, wlvif); in wlcore_hw_sta_rc_update()
H A Dwlcore.h98 void (*sta_rc_update)(struct wl1271 *wl, struct wl12xx_vif *wlvif); member
/linux-6.15/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1804 .sta_rc_update = wl18xx_sta_rc_update,