]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1009878202e531e1d780f3e9f98e60b7fb3893f8
tree0f1eeb4d1792a379b9b2f8d60d6ba128af2ad75e
parent66715b8877e4416d2ee95575dfb8b03f62d16d46
parent0fe218de48d2e54427c417ce81e37d3a12fff6b5
Merge branch '1GbE' of git://git.kernel.org/pub/scm/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>