Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362392
b: refs/heads/master
c: fd5c07a
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Apr 8, 2013
1 parent 1cf1a7c commit c2d41a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c988d1e8cbf722e34ee6124b8b89d47fec655b51
refs/heads/master: fd5c07a8d6a10c7112b19f3b0d428627c62b06ab
2 changes: 0 additions & 2 deletions trunk/drivers/net/hyperv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,11 @@ void netvsc_linkstatus_callback(struct hv_device *device_obj,

if (status == 1) {
netif_carrier_on(net);
netif_wake_queue(net);
ndev_ctx = netdev_priv(net);
schedule_delayed_work(&ndev_ctx->dwork, 0);
schedule_delayed_work(&ndev_ctx->dwork, msecs_to_jiffies(20));
} else {
netif_carrier_off(net);
netif_tx_disable(net);
}
}

Expand Down

0 comments on commit c2d41a4

Please sign in to comment.