Searched refs:dfs_chan_sw_workqueue (Results 1 – 2 of 2) sorted by relevance
3083 priv->dfs_chan_sw_workqueue = alloc_workqueue("MWIFIEX_DFS_CHSW%s", in mwifiex_add_virtual_intf()3086 if (!priv->dfs_chan_sw_workqueue) { in mwifiex_add_virtual_intf()3132 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_add_virtual_intf()3133 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_add_virtual_intf()3185 if (priv->dfs_chan_sw_workqueue) { in mwifiex_del_virtual_intf()3186 flush_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()3187 destroy_workqueue(priv->dfs_chan_sw_workqueue); in mwifiex_del_virtual_intf()3188 priv->dfs_chan_sw_workqueue = NULL; in mwifiex_del_virtual_intf()3993 queue_delayed_work(priv->dfs_chan_sw_workqueue, &priv->dfs_chan_sw_work, in mwifiex_cfg80211_channel_switch()
694 struct workqueue_struct *dfs_chan_sw_workqueue; member