|
@@ -1125,7 +1125,7 @@ static void netvsc_link_change(struct work_struct *w)
|
|
|
netif_tx_stop_all_queues(net);
|
|
|
event->event = RNDIS_STATUS_MEDIA_CONNECT;
|
|
|
spin_lock_irqsave(&ndev_ctx->lock, flags);
|
|
|
- list_add_tail(&event->list, &ndev_ctx->reconfig_events);
|
|
|
+ list_add(&event->list, &ndev_ctx->reconfig_events);
|
|
|
spin_unlock_irqrestore(&ndev_ctx->lock, flags);
|
|
|
reschedule = true;
|
|
|
}
|