705-04-v5.19-net-dsa-mt7530-drop-use-of-phylink_helper_basex_spee.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. From 58344a3b85f1bd5ffddfc2c11f6f2bf688b5f990 Mon Sep 17 00:00:00 2001
  2. From: "Russell King (Oracle)" <[email protected]>
  3. Date: Mon, 11 Apr 2022 10:46:12 +0100
  4. Subject: [PATCH 04/13] net: dsa: mt7530: drop use of
  5. phylink_helper_basex_speed()
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. Now that we have a better method to select SFP interface modes, we
  10. no longer need to use phylink_helper_basex_speed() in a driver's
  11. validation function.
  12. Tested-by: Marek Behún <[email protected]>
  13. Signed-off-by: Russell King (Oracle) <[email protected]>
  14. Signed-off-by: Paolo Abeni <[email protected]>
  15. ---
  16. drivers/net/dsa/mt7530.c | 5 -----
  17. 1 file changed, 5 deletions(-)
  18. --- a/drivers/net/dsa/mt7530.c
  19. +++ b/drivers/net/dsa/mt7530.c
  20. @@ -3054,11 +3054,6 @@ mt753x_phylink_validate(struct dsa_switc
  21. linkmode_and(supported, supported, mask);
  22. linkmode_and(state->advertising, state->advertising, mask);
  23. -
  24. - /* We can only operate at 2500BaseX or 1000BaseX. If requested
  25. - * to advertise both, only report advertising at 2500BaseX.
  26. - */
  27. - phylink_helper_basex_speed(state);
  28. }
  29. static int