Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315116
b: refs/heads/master
c: 5b70ca3
h: refs/heads/master
v: v3
  • Loading branch information
Li RongQing authored and David S. Miller committed Jul 11, 2012
1 parent 9cb1144 commit bfdbbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4e01df28d45464d82894bc7e3b551fc8e59fb76e
refs/heads/master: 5b70ca3599071a0e26bceab9dd6d7e4c53318881
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/micrel/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4879,8 +4879,8 @@ static netdev_tx_t netdev_tx(struct sk_buff *skb, struct net_device *dev)
left = hw_alloc_pkt(hw, skb->len, num);
if (left) {
if (left < num ||
((CHECKSUM_PARTIAL == skb->ip_summed) &&
(ETH_P_IPV6 == htons(skb->protocol)))) {
(CHECKSUM_PARTIAL == skb->ip_summed &&
skb->protocol == htons(ETH_P_IPV6))) {
struct sk_buff *org_skb = skb;

skb = netdev_alloc_skb(dev, org_skb->len);
Expand Down

0 comments on commit bfdbbdc

Please sign in to comment.