From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] Revert "alx: remove WoL support" Date: Mon, 14 May 2018 09:35:04 -0400 (EDT) Message-ID: <20180514.093504.1396660355199793729.davem@davemloft.net> References: <20180514032839.32079-1-acelan.kao@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jcliburn@gmail.com, chris.snook@gmail.com, rakesh@tuxera.com, netdev@vger.kernel.org, emily.chien@canonical.com, andrew@lunn.ch, linux-kernel@vger.kernel.org To: acelan.kao@canonical.com Return-path: In-Reply-To: <20180514032839.32079-1-acelan.kao@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: AceLan Kao Date: Mon, 14 May 2018 11:28:39 +0800 > This reverts commit bc2bebe8de8ed4ba6482c9cc370b0dd72ffe8cd2. > > The WoL feature is a must to pass Energy Star 6.1 and above, > the power consumption will be measured during S3 with WoL is enabled. > > Reverting "alx: remove WoL support", and will try to fix the unintentional > wake up issue when WoL is enabled. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=61651 > > Signed-off-by: AceLan Kao First, we must fix the problem that caused WoL to be disabled. Then, and only then, can you re-enable it. Thank you.