|
@@ -5533,7 +5533,7 @@ static int rtl8169_rx_interrupt(struct net_device *dev,
|
|
} else {
|
|
} else {
|
|
struct sk_buff *skb;
|
|
struct sk_buff *skb;
|
|
dma_addr_t addr = le64_to_cpu(desc->addr);
|
|
dma_addr_t addr = le64_to_cpu(desc->addr);
|
|
- int pkt_size = (status & 0x00001FFF) - 4;
|
|
|
|
|
|
+ int pkt_size = (status & 0x00003fff) - 4;
|
|
|
|
|
|
/*
|
|
/*
|
|
* The driver does not support incoming fragmented
|
|
* The driver does not support incoming fragmented
|