Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190354
b: refs/heads/master
c: 908ba2b
h: refs/heads/master
v: v3
  • Loading branch information
françois romieu authored and David S. Miller committed Apr 26, 2010
1 parent 01f92bd commit ed9b464
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 87aeec767e1de60d7f76abbb44df5372b0932b7b
refs/heads/master: 908ba2bfd22253f26fa910cd855e4ccffb1467d0
5 changes: 5 additions & 0 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -2826,8 +2826,13 @@ static void rtl_rar_set(struct rtl8169_private *tp, u8 *addr)
spin_lock_irq(&tp->lock);

RTL_W8(Cfg9346, Cfg9346_Unlock);

RTL_W32(MAC4, high);
RTL_R32(MAC4);

RTL_W32(MAC0, low);
RTL_R32(MAC0);

RTL_W8(Cfg9346, Cfg9346_Lock);

spin_unlock_irq(&tp->lock);
Expand Down

0 comments on commit ed9b464

Please sign in to comment.