Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335583
b: refs/heads/master
c: 0481776
h: refs/heads/master
i:
  335581: b14cd13
  335579: ffd8872
  335575: a8f51c6
  335567: 8d24298
  335551: 4774673
v: v3
  • Loading branch information
Nathan Walp authored and David S. Miller committed Nov 3, 2012
1 parent 3f6c03c commit 863bb7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b00e69dee4ccbb3a19989e3d4f1385bc2e3406cd
refs/heads/master: 0481776b7a70f09acf7d9d97c288c3a8403fbfe4
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -4521,6 +4521,9 @@ static void rtl_set_rx_mode(struct net_device *dev)
mc_filter[1] = swab32(data);
}

if (tp->mac_version == RTL_GIGA_MAC_VER_35)
mc_filter[1] = mc_filter[0] = 0xffffffff;

RTL_W32(MAR0 + 4, mc_filter[1]);
RTL_W32(MAR0 + 0, mc_filter[0]);

Expand Down

0 comments on commit 863bb7c

Please sign in to comment.