commit | 1b0c9914cc75d1570359181ebd493cd5746cb0ed | [log] [tgz] |
---|---|---|
author | Radu Pirea <radu_nicolae.pirea@upb.ro> | Fri Jun 07 14:18:35 2019 +0300 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Jul 15 13:32:26 2019 -0500 |
tree | 8fac39384ffc3f88edb8252bc68d01738f758a1a | |
parent | c558c50dbb468656748037af9a9dd900c5d2030d [diff] |
net: macb: Fixed reading MII_LPA register If macb is gem and is gigabit capable, lpa value is not read from the right register(MII_LPA) and is read from MII_STAT1000. This patch fixes reading of the lpa value. Signed-off-by: Radu Pirea <radu_nicolae.pirea@upb.ro> Acked-by: Joe Hershberger <joe.hershberger@ni.com>