From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net] phylink: ensure the PHY interface mode is appropriately set Date: Fri, 22 Dec 2017 00:31:37 -0800 Message-ID: <67ed3e53-e2ef-738e-15d1-edce51c2c14b@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org To: Russell King , Andrew Lunn Return-path: Received: from mail-ot0-f181.google.com ([74.125.82.181]:33351 "EHLO mail-ot0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbdLVIbm (ORCPT ); Fri, 22 Dec 2017 03:31:42 -0500 Received: by mail-ot0-f181.google.com with SMTP id h9so24584808oti.0 for ; Fri, 22 Dec 2017 00:31:42 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Le 12/20/17 à 15:21, Russell King a écrit : > When setting the ethtool settings, ensure that the validated PHY > interface mode is propagated to the current link settings, so that > 2500BaseX can be selected. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli Fixes: 9525ae83959b ("phylink: add phylink infrastructure") -- Florian