Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:51616 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752315Ab0LVRWl convert rfc822-to-8bit (ORCPT ); Wed, 22 Dec 2010 12:22:41 -0500 Received: by iwn9 with SMTP id 9so5426103iwn.19 for ; Wed, 22 Dec 2010 09:22:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1CA1EE34-CB3D-404D-ADEE-612C8783BFCF@mac.com> <1A56906E-D786-45E6-9C77-C9D600B508B0@mac.com> <7F14B85B-566C-45A9-BF8B-FE9DED7944D0@mac.com> <4D122B8F.5090302@hauke-m.de> From: "Luis R. Rodriguez" Date: Wed, 22 Dec 2010 12:22:21 -0500 Message-ID: Subject: Re: Backporting wl1271 driver to kernel-2.6.32 using compat-wireless To: Hauke Mehrtens , "John W. Linville" Cc: Elvis Dowson , "Kahn, Gery" , Oz Krakowski , Linux Wireless Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Dec 22, 2010 at 12:21 PM, Luis R. Rodriguez wrote: > On Wed, Dec 22, 2010 at 11:47 AM, Hauke Mehrtens wrote: >> On 12/22/2010 05:13 PM, Luis R. Rodriguez wrote: >>> On Wed, Dec 22, 2010 at 11:09 AM, Elvis Dowson wrote: >>>> netdev_alloc_skb_ip_align >>> >>> I notice you have an android kernel, is that kernel a vanilla kernel >>> or did it get netdev_alloc_skb_ip_align() cherry picked into it? >>> >>>   Luis >> >> netdev_alloc_skb_ip_align is not defined in the 2.6.32.27 vanilla >> kernel. Someone else (google or ti) must have backported it to this >> kernel and added it to your kernel. >> >> I do not want to add some special handling into compat-wireless just for >> some android kernel. Just remove netdev_alloc_skb_ip_align() and >> NETDEV_POST_INIT from include/linux/compat-2.6.33.h and the compile >> problems you posted should be fixed. > > Well we did something to accommodate RHEL, I wouldn't mind supporting > some fudge for Android so long as someone is willing to submit the > patch and identify the kernel properly. Android is popular enough and > I rather reduce the time it takes to use it there than to create an > extra hurdle. Now that I think about it I don't think John ever respinned his patches for compat-wireless for RHEL. Luis