From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net] phylink: ensure we report link down when LOS asserted Date: Wed, 27 Dec 2017 11:27:36 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Russell King , Andrew Lunn Return-path: Received: from mail-qt0-f195.google.com ([209.85.216.195]:42169 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbdL0T1l (ORCPT ); Wed, 27 Dec 2017 14:27:41 -0500 Received: by mail-qt0-f195.google.com with SMTP id g9so48941490qth.9 for ; Wed, 27 Dec 2017 11:27:41 -0800 (PST) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/26/2017 03:15 PM, Russell King wrote: > Although we disable the netdev carrier, we fail to report in the kernel > log that the link went down. Fix this. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli Fixes: 9525ae83959b ("phylink: add phylink infrastructure") -- Florian