Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58406
b: refs/heads/master
c: 57a9f23
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu authored and Jeff Garzik committed Jul 9, 2007
1 parent 80aab61 commit 2aa34fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 773d202194be84cc17d35f62516eac6d8db833e6
refs/heads/master: 57a9f236ebe76be6fe1c85b5f7b3cea842e44177
3 changes: 2 additions & 1 deletion trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -2953,10 +2953,11 @@ static void rtl_set_rx_mode(struct net_device *dev)
mc_filter[1] = 0xffffffff;
}

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

RTL_W32(RxConfig, tmp);

spin_unlock_irqrestore(&tp->lock, flags);
}

Expand Down

0 comments on commit 2aa34fa

Please sign in to comment.