Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dap.c504 container_of(work, struct ssv_softc, bcast_stop_work.work); in ssv6200_bcast_stop_work()
532 &sc->bcast_stop_work, sc->beacon_interval*HZ/1024); in ssv6200_bcast_stop()
546 cancel_delayed_work_sync(&sc->bcast_stop_work); in ssv6200_release_bcast_frame_res()
H A Ddev.h372 struct delayed_work bcast_stop_work; member
H A Dinit.c538 INIT_DELAYED_WORK(&sc->bcast_stop_work, ssv6200_bcast_stop_work); in ssv6xxx_init_softc()