net: phy: swphy: emulate register MII_ESTATUS
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 15 Aug 2019 11:19:22 +0000 (13:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Aug 2019 18:43:48 +0000 (11:43 -0700)
commit2441ba4806a184f82609aae07921d19c9377d040
treefe532144826a29854a5bb32ac55b947816cccdc2
parent916e571ebad37b820a2a4465dc2ea7643f2007fc
net: phy: swphy: emulate register MII_ESTATUS

When the genphy driver binds to a swphy it will call
genphy_read_abilites that will try to read MII_ESTATUS if BMSR_ESTATEN
is set in MII_BMSR. So far this would read the default value 0xffff
and 1000FD and 1000HD are reported as supported just by chance.
Better add explicit support for emulating MII_ESTATUS.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/swphy.c