|
@@ -2943,9 +2943,10 @@ static int ixgbevf_tx_map(struct ixgbevf_adapter *adapter,
|
|
|
struct ixgbevf_tx_buffer *tx_buffer_info;
|
|
|
unsigned int len;
|
|
|
unsigned int total = skb->len;
|
|
|
- unsigned int offset = 0, size, count = 0, i;
|
|
|
+ unsigned int offset = 0, size, count = 0;
|
|
|
unsigned int nr_frags = skb_shinfo(skb)->nr_frags;
|
|
|
unsigned int f;
|
|
|
+ int i;
|
|
|
|
|
|
i = tx_ring->next_to_use;
|
|
|
|