From patchwork Wed Apr 7 05:30:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Roskin X-Patchwork-Id: 90922 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o375UsSZ021214 for ; Wed, 7 Apr 2010 05:30:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752224Ab0DGFax (ORCPT ); Wed, 7 Apr 2010 01:30:53 -0400 Received: from c60.cesmail.net ([216.154.195.49]:34604 "EHLO c60.cesmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313Ab0DGFaw (ORCPT ); Wed, 7 Apr 2010 01:30:52 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 07 Apr 2010 01:30:52 -0400 Received: from mj.roinet.com (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 29FA034C6A; Wed, 7 Apr 2010 01:35:21 -0400 (EDT) Subject: [PATCH 1/4] compat-wireless: remove patch part dealing with net/net_namespace.h To: "Luis R. Rodriguez" , linux-wireless@vger.kernel.org From: Pavel Roskin Date: Wed, 07 Apr 2010 01:30:51 -0400 Message-ID: <20100407053051.23575.94594.stgit@mj.roinet.com> User-Agent: StGit/0.15-58-geec5 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 07 Apr 2010 05:30:55 +0000 (UTC) diff --git a/patches/06-header-changes.patch b/patches/06-header-changes.patch index 2fcf7a5..b3c71fb 100644 --- a/patches/06-header-changes.patch +++ b/patches/06-header-changes.patch @@ -64,63 +64,3 @@ cases. /** * DOC: Key handling basics ---- a/net/mac80211/main.c -+++ b/net/mac80211/main.c -@@ -20,7 +20,9 @@ - #include - #include - #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) - #include -+#endif - #include - - #include "ieee80211_i.h" ---- a/net/mac80211/cfg.c -+++ b/net/mac80211/cfg.c -@@ -10,7 +10,9 @@ - #include - #include - #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) - #include -+#endif - #include - #include - #include "ieee80211_i.h" ---- a/net/mac80211/tx.c -+++ b/net/mac80211/tx.c -@@ -18,7 +18,9 @@ - #include - #include - #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) - #include -+#endif - #include - #include - #include ---- a/net/mac80211/util.c -+++ b/net/mac80211/util.c -@@ -20,7 +20,9 @@ - #include - #include - #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) - #include -+#endif - #include - #include - ---- a/net/wireless/nl80211.c -+++ b/net/wireless/nl80211.c -@@ -15,7 +15,9 @@ - #include - #include - #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) - #include -+#endif - #include - #include - #include