commit | 584933334b7a81f09637f28cbee759a1e24428db | [log] [tgz] |
---|---|---|
author | Chun-Hao Lin <hau@realtek.com> | Thu Dec 24 21:15:27 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 28 00:19:38 2015 -0500 |
tree | 9fb1545b49115ef5129c3ee40ace584bc6239491 | |
parent | e2e2788e4e96af1383a411335c5686a4b8c82496 [diff] |
r8169:Update the way of reading RTL8168H PHY register "rg_saw_cnt" The vlaue of RTL8168H PHY register "rg_saw_cnt" only valid from bit0 to bit13. When read this register, add bitwise-anding its value with 0x3fff. Signed-off-by: Chunhao Lin <hau@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>