From: Russell King (Oracle) Date: Mon, 11 Apr 2022 09:46:12 +0000 (+0100) Subject: net: dsa: mt7530: drop use of phylink_helper_basex_speed() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd301137e6b30c836c710001f9915f8776d7955e;p=linux.git net: dsa: mt7530: drop use of phylink_helper_basex_speed() Now that we have a better method to select SFP interface modes, we no longer need to use phylink_helper_basex_speed() in a driver's validation function. Tested-by: Marek BehĂșn Signed-off-by: Russell King (Oracle) Signed-off-by: Paolo Abeni --- diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c index 4fdd75e88b1bc..de9cfd20ccbfe 100644 --- a/drivers/net/dsa/mt7530.c +++ b/drivers/net/dsa/mt7530.c @@ -2946,11 +2946,6 @@ mt753x_phylink_validate(struct dsa_switch *ds, int port, linkmode_and(supported, supported, mask); linkmode_and(state->advertising, state->advertising, mask); - - /* We can only operate at 2500BaseX or 1000BaseX. If requested - * to advertise both, only report advertising at 2500BaseX. - */ - phylink_helper_basex_speed(state); } static int