Skip to content

Commit

Permalink
drivers:rtl8192u:remove the use of obsolete create_workqueue in r8192…
Browse files Browse the repository at this point in the history
…U_core.c

Remove the use of obsolete create_workqueue(name, 0) interface
in r8192U_core.c, since it has changed.

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Wanlong Gao authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent bf8996d commit 2e8b6b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rtl8192u/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2852,11 +2852,7 @@ static void rtl8192_init_priv_task(struct net_device* dev)
{
struct r8192_priv *priv = ieee80211_priv(dev);

#ifdef PF_SYNCTHREAD
priv->priv_wq = create_workqueue(DRV_NAME,0);
#else
priv->priv_wq = create_workqueue(DRV_NAME);
#endif

INIT_WORK(&priv->reset_wq, rtl8192_restart);

Expand Down

0 comments on commit 2e8b6b4

Please sign in to comment.