From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: 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 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> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: net/net_namespace.h stub is now provided by compat Signed-off-by: Pavel Roskin --- patches/06-header-changes.patch | 60 --------------------------------------- 1 files changed, 0 insertions(+), 60 deletions(-) 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