Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53493
b: refs/heads/master
c: fde8205
h: refs/heads/master
i:
  53491: 61e925c
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed May 4, 2007
1 parent 3e465bf commit a27fecf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7562f876cd93800f2f8c89445f2a563590b24e09
refs/heads/master: fde82055c1d0e64ff660d83c705db0e1abc9d12e
3 changes: 1 addition & 2 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4836,8 +4836,7 @@ bnx2_start_xmit(struct sk_buff *skb, struct net_device *dev)
vlan_tag_flags |=
(TX_BD_FLAGS_VLAN_TAG | (vlan_tx_tag_get(skb) << 16));
}
if ((mss = skb_shinfo(skb)->gso_size) &&
(skb->len > (bp->dev->mtu + ETH_HLEN))) {
if ((mss = skb_shinfo(skb)->gso_size)) {
u32 tcp_opt_len, ip_tcp_len;
struct iphdr *iph;

Expand Down

0 comments on commit a27fecf

Please sign in to comment.