Home
last modified time | relevance | path

Searched refs:link_change_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2421 struct rtllib_device, link_change_wq); in rtllib_link_change_wq()
2437 schedule_delayed_work(&ieee->link_change_wq, 0); in rtllib_disassociate()
2549 cancel_delayed_work_sync(&ieee->link_change_wq); in rtllib_stop_protocol()
2684 INIT_DELAYED_WORK(&ieee->link_change_wq, (void *)rtllib_link_change_wq); in rtllib_softmac_init()
2717 cancel_delayed_work_sync(&ieee->link_change_wq); in rtllib_softmac_free()
H A Drtllib.h1608 struct delayed_work link_change_wq; member