|
@@ -1071,7 +1071,7 @@ static void iwl_bg_restart(struct work_struct *data)
|
|
|
|
|
|
static void iwl_setup_deferred_work(struct iwl_priv *priv)
|
|
|
{
|
|
|
- priv->workqueue = create_singlethread_workqueue(DRV_NAME);
|
|
|
+ priv->workqueue = alloc_ordered_workqueue(DRV_NAME, 0);
|
|
|
|
|
|
INIT_WORK(&priv->restart, iwl_bg_restart);
|
|
|
INIT_WORK(&priv->beacon_update, iwl_bg_beacon_update);
|