Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 May 2022 22:11:32 +0000 (15:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 May 2022 22:11:32 +0000 (15:11 -0700)
commitddae9bc4678cfce4af0dbd9c79edfa4f566e450d
tree0f1eeb4d1792a379b9b2f8d60d6ba128af2ad75e
parent01f4685797a5723b0046da03c30185ac9ff42b30
parent95073d08154a27b1d0a84bcf6210e67c3b4d8c08
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2022-05-10

This series contains updates to igc driver only.

Sasha cleans up the code by removing an unused function and removing an
enum for PHY type as there is only one PHY. The return type for
igc_check_downshift() is changed to void as it always returns success.

* '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  igc: Change type of the 'igc_check_downshift' method
  igc: Remove unused phy_type enum
  igc: Remove igc_set_spd_dplx method
====================

Link: https://lore.kernel.org/r/20220510210656.2168393-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>