Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111351
b: refs/heads/master
c: dacccc7
h: refs/heads/master
i:
  111349: 2af3606
  111347: dad8140
  111343: bbdaa0f
v: v3
  • Loading branch information
Steve Hodgson authored and Jeff Garzik committed Sep 3, 2008
1 parent c7ef0a1 commit 8068839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: f8b87c17017f2ce1890fb9a7f85fb0fbf5643e37
refs/heads/master: dacccc741164edf95fb13dbf5eedb96fb94f7290
5 changes: 3 additions & 2 deletions trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,8 @@ static void efx_start_all(struct efx_nic *efx)
/* Mark the port as enabled so port reconfigurations can start, then
* restart the transmit interface early so the watchdog timer stops */
efx_start_port(efx);
efx_wake_queue(efx);
if (efx_dev_registered(efx))
efx_wake_queue(efx);

efx_for_each_channel(channel, efx)
efx_start_channel(channel);
Expand Down Expand Up @@ -1102,8 +1103,8 @@ static void efx_stop_all(struct efx_nic *efx)

/* Stop the kernel transmit interface late, so the watchdog
* timer isn't ticking over the flush */
efx_stop_queue(efx);
if (efx_dev_registered(efx)) {
efx_stop_queue(efx);
netif_tx_lock_bh(efx->net_dev);
netif_tx_unlock_bh(efx->net_dev);
}
Expand Down

0 comments on commit 8068839

Please sign in to comment.