From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: Q: force netif ON even when there is no real link ? Date: Sat, 21 Apr 2018 00:04:26 +0200 Message-ID: <20180420220426.GC28568@lunn.ch> References: <20180420115556.GB20256@lunn.ch> <20180420120516.GC20256@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Ran Shalit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:35849 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbeDTWE1 (ORCPT ); Fri, 20 Apr 2018 18:04:27 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > By saying "mac driver", I mean Ethernet driver with fixed phy. The fixed-phy implements the usual PHY API. So the MAC driver just sees a PHY which has a fixed speed, and is up. Andrew