Searched refs:cmdThread (Results 1 – 2 of 2) sorted by relevance
241 padapter->cmdThread = kthread_run(r8712_cmd_thread, padapter, in start_drv_threads()243 if (IS_ERR(padapter->cmdThread) < 0) in start_drv_threads()252 if (padapter->cmdThread) in r8712_stop_drv_threads()
144 struct task_struct *cmdThread; member