Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158747
b: refs/heads/master
c: 6052ae1
h: refs/heads/master
i:
  158745: e4adf75
  158743: d7f4751
v: v3
  • Loading branch information
Sreenivasa Honnur authored and David S. Miller committed Jul 6, 2009
1 parent 6e7ef5e commit 6cba76c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 3255da416de6da8b3bac6d30b8eed61b54953480
refs/heads/master: 6052ae1676b705c67133542e663ec3380f032e2c
5 changes: 0 additions & 5 deletions trunk/drivers/net/vxge/vxge-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ vxge_xmit(struct sk_buff *skb, struct net_device *dev)
u64 dma_pointer;
struct vxge_tx_priv *txdl_priv = NULL;
struct __vxge_hw_fifo *fifo_hw;
u32 max_mss = 0x0;
int offload_type;
unsigned long flags = 0;
int vpath_no = 0;
Expand Down Expand Up @@ -969,10 +968,6 @@ vxge_xmit(struct sk_buff *skb, struct net_device *dev)

int mss = vxge_tcp_mss(skb);
if (mss) {
max_mss = dev->mtu + ETH_HLEN -
VXGE_HW_TCPIP_HEADER_MAX_SIZE;
if (mss > max_mss)
mss = max_mss;
vxge_debug_tx(VXGE_TRACE,
"%s: %s:%d mss = %d",
dev->name, __func__, __LINE__, mss);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/vxge/vxge-traffic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
VXGE_HW_HEADER_VLAN_SIZE + \
VXGE_HW_HEADER_SNAP_SIZE)

#define VXGE_HW_TCPIP_HEADER_MAX_SIZE (64 + 64)

/* 32bit alignments */
#define VXGE_HW_HEADER_ETHERNET_II_802_3_ALIGN 2
#define VXGE_HW_HEADER_802_2_SNAP_ALIGN 2
Expand Down

0 comments on commit 6cba76c

Please sign in to comment.