Ejemplo n.º 1
0
void
wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic)
{
	brcms_add_timer((struct brcms_timer *)t, ms, periodic);
}
Ejemplo n.º 2
0
void
wlapi_add_timer(struct phy_shim_info *physhim, struct wlapi_timer *t, uint ms,
		int periodic)
{
	brcms_add_timer(physhim->wl, (struct brcms_timer *)t, ms, periodic);
}