Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33513
b: refs/heads/master
c: 239e44e
h: refs/heads/master
i:
  33511: 6886bbe
v: v3
  • Loading branch information
Edgar E. Iglesias authored and Jeff Garzik committed Aug 19, 2006
1 parent a5603c8 commit a9c544e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b68a60e598c0d1e738c807c47cb181e8cc52a0d8
refs/heads/master: 239e44e1f05e2163ee066c07a753f9fb445979b2
2 changes: 2 additions & 0 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,7 @@ static int skge_up(struct net_device *dev)
skge_write8(hw, Q_ADDR(rxqaddr[port], Q_CSR), CSR_START | CSR_IRQ_CL_F);
skge_led(skge, LED_MODE_ON);

netif_poll_enable(dev);
return 0;

free_rx_ring:
Expand Down Expand Up @@ -2279,6 +2280,7 @@ static int skge_down(struct net_device *dev)

skge_led(skge, LED_MODE_OFF);

netif_poll_disable(dev);
skge_tx_clean(skge);
skge_rx_clean(skge);

Expand Down

0 comments on commit a9c544e

Please sign in to comment.