From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v2 net-next 19/21] net: usb: aqc111: Add support for wake on LAN by MAGIC packet Date: Tue, 13 Nov 2018 22:02:41 +0100 Message-ID: <20181113210241.GC9828@lunn.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S . Miller" , "linux-usb@vger.kernel.org" , "netdev@vger.kernel.org" , Dmitry Bezrukov To: Igor Russkikh Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:33803 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725748AbeKNHCj (ORCPT ); Wed, 14 Nov 2018 02:02:39 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > +static int aqc111_suspend(struct usb_interface *intf, pm_message_t message) > +{ > + > + if (aqc111_data->dpa) { > + aqc111_set_phy_speed(dev, AUTONEG_ENABLE, SPEED_100); So this is better, you leave auto-neg enabled. But you really should be taking the link partners capabilities into account. Andrew