Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15107
b: refs/heads/master
c: 98684a9
h: refs/heads/master
i:
  15105: f215c79
  15103: c64de43
v: v3
  • Loading branch information
Jeff Garzik committed Dec 13, 2005
1 parent 0fa8369 commit f70ff8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: be0d9b6c7aeaad1683059c00131cabd4c894c17c
refs/heads/master: 98684a9d91bceff829b6dc7adf0f662d59cfa6e3
2 changes: 1 addition & 1 deletion trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ static int skge_xmit_frame(struct sk_buff *skb, struct net_device *dev)
}

if (unlikely(skge->tx_avail < skb_shinfo(skb)->nr_frags +1)) {
if (!netif_stopped(dev)) {
if (!netif_queue_stopped(dev)) {
netif_stop_queue(dev);

printk(KERN_WARNING PFX "%s: ring full when queue awake!\n",
Expand Down

0 comments on commit f70ff8a

Please sign in to comment.