From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inaky Perez-Gonzalez Subject: Re: [PATCH 02/29] wimax: headers for kernel API and user space interaction Date: Wed, 17 Dec 2008 09:44:45 -0800 Message-ID: <200812170944.45910.inaky@linux.intel.com> References: <494723F4.8020707@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, wimax@linuxwimax.org, greg@kroah.com To: Wang Chen Return-path: In-Reply-To: <494723F4.8020707@cn.fujitsu.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: wimax-bounces@linuxwimax.org Errors-To: wimax-bounces@linuxwimax.org List-Id: netdev.vger.kernel.org On Monday 15 December 2008, Wang Chen wrote: > Inaky Perez-Gonzalez said the following on 2008-12-15 20:57: > > + * Usage: > > + * 1. Embed a &struct wimax_dev at *the beginning* the network > > + * device structure so that net_dev->priv points to it. > > + * > > There is no net_device->priv anymore in net-next tree. You are right -- need to update this documentation to refer to netdev_priv() [it is how it is used, anyway]. Thanks, -- Inaky