From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 12 Aug 2006 07:52:25 +1000 From: Anton Blanchard To: Jan-Bernd Themann Subject: Re: [PATCH 3/6] ehea: queue management Message-ID: <20060811215225.GH479@krispykreme> References: <44D99F38.8010306@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <44D99F38.8010306@de.ibm.com> Cc: Thomas Klein , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > --- linux-2.6.18-rc4-orig/drivers/net/ehea/ehea_ethtool.c 1969-12-31 > +static void netdev_get_pauseparam(struct net_device *dev, > + struct ethtool_pauseparam *pauseparam) > +{ > + printk("get pauseparam\n"); > +} There are a number of stubbed out ethtool functions like this. Best not to implement them and allow the upper layers to return a correct error. Anton