cxgbe/iw_cxgbe: Remove unused field from the endpoint structure.
MFC after: 3 days
This commit is contained in:
parent
826d157d7c
commit
1a86d47735
@ -528,7 +528,6 @@ set_tcpinfo(struct c4iw_ep *ep)
|
||||
ep->hwtid = toep->tid;
|
||||
ep->snd_seq = tp->snd_nxt;
|
||||
ep->rcv_seq = tp->rcv_nxt;
|
||||
ep->emss = max(tp->t_maxseg, 128);
|
||||
done:
|
||||
INP_WUNLOCK(inp);
|
||||
return (rc);
|
||||
|
@ -862,7 +862,6 @@ struct c4iw_ep {
|
||||
u32 tx_chan;
|
||||
u32 mtu;
|
||||
u16 mss;
|
||||
u16 emss;
|
||||
u16 plen;
|
||||
u16 rss_qid;
|
||||
u16 txq_idx;
|
||||
|
Loading…
Reference in New Issue
Block a user