net: nixge: Don't store skb in app4 field of descriptor
Don't store skb in app4 field of descriptor since it is not being used anywhere (including hardware). Signed-off-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e158770e22
commit
fd5cf434a4
|
@ -503,7 +503,6 @@ static int nixge_start_xmit(struct sk_buff *skb, struct net_device *ndev)
|
|||
tx_skb->skb = skb;
|
||||
|
||||
cur_p->cntrl |= XAXIDMA_BD_CTRL_TXEOF_MASK;
|
||||
cur_p->app4 = (unsigned long)skb;
|
||||
|
||||
tail_p = priv->tx_bd_p + sizeof(*priv->tx_bd_v) * priv->tx_bd_tail;
|
||||
/* Start the transfer */
|
||||
|
|
Loading…
Reference in New Issue