Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150586
b: refs/heads/master
c: bbd5898
h: refs/heads/master
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Jun 2, 2009
1 parent 4c53bb7 commit 5b283c0
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: c930a66220bac0815cca74eef94ada221377ffba
refs/heads/master: bbd5898d39ab9f855c732f6f07e40e95b05cf52a
5 changes: 3 additions & 2 deletions trunk/net/phonet/pep-gprs.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ static int gprs_xmit(struct sk_buff *skb, struct net_device *dev)
dev->stats.tx_bytes += len;
}

if (!pep_writeable(sk))
netif_stop_queue(dev);
netif_stop_queue(dev);
if (pep_writeable(sk))
netif_wake_queue(dev);
return 0;
}

Expand Down

0 comments on commit 5b283c0

Please sign in to comment.