From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Chen Subject: Re: [PATCH 02/29] wimax: headers for kernel API and user space interaction Date: Tue, 16 Dec 2008 11:43:48 +0800 Message-ID: <494723F4.8020707@cn.fujitsu.com> References: 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: Inaky Perez-Gonzalez Return-path: In-Reply-To: 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 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.