net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functions
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 9 Aug 2019 18:43:04 +0000 (20:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2019 04:24:32 +0000 (21:24 -0700)
commit3eef8689325e6358a0c51d2ef8c6a689b2f22d48
treeddd201800e084be8366563eb00813c30b52d0d1b
parent150e8f8a1bae1dea75f4217f483ac95ca48c979a
net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functions

Using linkmode_adv_to_mii_adv_t and linkmode_adv_to_mii_ctrl1000_t
allows to simplify the code. In addition avoiding the conversion to
the legacy u32 advertisement format allows to remove the warning.

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