commit | 2a9b4d9670e71784896d95c41c9b0acd50db1dbb | [log] [tgz] |
---|---|---|
author | Chun-Hao Lin <hau@realtek.com> | Wed Oct 01 23:17:20 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 01 15:33:18 2014 -0400 |
tree | 5473cc4ebc9ef683486006989d68871bb8ff94e7 | |
parent | 2f8c040ce6791ef0477e6d59768ee3d5fd0df0fd [diff] |
r8169:modify the behavior of function "rtl8168_oob_notify" In function "rtl8168_oob_notify", using function "rtl_eri_write" to access eri register 0xe8, instead of using MAC register "ERIDR" and "ERIAR" to access it. For using function "rtl_eri_write" in function "rtl8168_oob_notify", need to move down "rtl8168_oob_notify" related functions under the function "rtl_eri_write". Signed-off-by: Chun-Hao Lin <hau@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>