> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Aleksandr Loktionov > Sent: Friday, April 10, 2026 12:49 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Cc: [email protected]; Greenwalt, Paul <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 2/10] ice: allow setting > advertised speed and duplex for all media types > > From: Paul Greenwalt <[email protected]> > > When AUI media type support was added, the set of media types that support > configuring speed and duplex via autonegotiation was not updated. This > results in AUI media types being rejected when the user > sets speed and duplex via ethtool. > > Fix this by only refusing media type NONE or UNKNOWN (in strict mode); all > other media types should support setting speed and duplex. > > Signed-off-by: Paul Greenwalt <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 17 +++++++++++------ > drivers/net/ethernet/intel/ice/ice_type.h | 2 ++ > 2 files changed, 13 insertions(+), 6 deletions(-)
Tested-by: Alexander Nowlin <[email protected]>
