Re: [RFC PATCH net-next v2 10/17] ethtool: implement GET_SETTINGS message

From: Andrew Lunn
Date: Mon Jul 30 2018 - 15:06:21 EST


> + ETHA_SETTINGS_MDIO_SUPPORT (bitfield32) MDIO support flags

Now might be a good time to drop this. The mdio drivers don't have
this information. There is no API between the MAC driver and the MDIO
driver to ask for it. Only a couple of drivers which ignore the kernel
MDIO code set this.

Andrew