Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266160
b: refs/heads/master
c: deb9d93
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu committed Sep 22, 2011
1 parent b1e02f9 commit ba7681b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2218925f3a653ac6c39e62eb0e10232d2b44dab
refs/heads/master: deb9d93c89d311714a60809b28160e538e1cbb43
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,7 @@ static int rtl8169_rx_interrupt(struct net_device *dev,
} else {
struct sk_buff *skb;
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
Expand Down

0 comments on commit ba7681b

Please sign in to comment.