Ejemplo n.º 1
0
void wlapi_free_timer(struct wlapi_timer *t)
{
	brcms_free_timer((struct brcms_timer *)t);
}
Ejemplo n.º 2
0
void wlapi_free_timer(struct phy_shim_info *physhim, struct wlapi_timer *t)
{
	brcms_free_timer(physhim->wl, (struct brcms_timer *)t);
}