You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
394 B
12 lines
394 B
reverted:
|
|
--- a/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
|
|
+++ b/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
|
|
@@ -891,7 +891,7 @@ static int ag71xx_rx_packets(struct ag71
|
|
dev->stats.rx_packets++;
|
|
dev->stats.rx_bytes += pktlen;
|
|
|
|
- skb = build_skb(ring->buf[i].rx_buf, 0);
|
|
+ skb = build_skb(ring->buf[i].rx_buf);
|
|
if (!skb) {
|
|
kfree(ring->buf[i].rx_buf);
|
|
goto next;
|
|
|