Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c406 * lbs_thread - handles the major jobs in the LBS driver.
410 * @data: A pointer to &lbs_thread structure
413 static int lbs_thread(void *data) in lbs_thread() function
872 priv->main_thread = kthread_run(lbs_thread, dev, "lbs_main"); in lbs_add_card()