From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 89B69B7CF7 for ; Wed, 7 Apr 2010 20:26:38 +1000 (EST) Date: Wed, 07 Apr 2010 03:26:40 -0700 (PDT) Message-Id: <20100407.032640.172296134.davem@davemloft.net> To: Manfred.Rudigier@omicron.at Subject: Re: [RFC PATCH net-next 1/4] gianfar: Added stub support for SIOCSHWTSTAMP From: David Miller In-Reply-To: <95DC1AA8EC908B48939B72CF375AA5E311A9F4DF@alice.at.omicron.at> References: <95DC1AA8EC908B48939B72CF375AA5E311A9F4DF@alice.at.omicron.at> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: netdev@vger.kernel.org, sandeep.kumar@freescale.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Manfred Rudigier Date: Wed, 7 Apr 2010 11:46:08 +0200 > This ioctl command is required for enabling hardware time stamping support > for network packets, see Documentation/networking/timestamping.txt. At the > moment nothing will be done for all requests that enable time stamping and > thus ERANGE will be returned. > > Signed-off-by: Manfred Rudigier This is completely pointless. Something sane should happen so that every driver doesn't need to add this stub code just to return -ERANGE.