|
|
@@ -2947,7 +2947,8 @@ static netdev_tx_t stmmac_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
int i, csum_insertion = 0, is_jumbo = 0;
|
|
|
u32 queue = skb_get_queue_mapping(skb);
|
|
|
int nfrags = skb_shinfo(skb)->nr_frags;
|
|
|
- unsigned int entry, first_entry;
|
|
|
+ int entry;
|
|
|
+ unsigned int first_entry;
|
|
|
struct dma_desc *desc, *first;
|
|
|
struct stmmac_tx_queue *tx_q;
|
|
|
unsigned int enh_desc;
|