Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3143 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()
3146 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()
3176 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()
3177 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()
3228 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()
3229 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()
3230 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()
4018 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
H A Dmain.h675 struct workqueue_struct *dfs_chan_sw_workqueue; member