From 38cc7bc717733652cd2cbc8e4652d5448bf3418b Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 17 Jan 2017 18:56:04 +0100 Subject: net-wireless/adm8211: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3516 --- .../adm8211/files/2.6.20-no-config_h.patch | 20 -------------- net-wireless/adm8211/files/2.6.20.patch | 27 ------------------ net-wireless/adm8211/files/linux-2.6.17.patch | 10 ------- net-wireless/adm8211/files/linux-2.6.19.patch | 32 ---------------------- 4 files changed, 89 deletions(-) delete mode 100644 net-wireless/adm8211/files/2.6.20-no-config_h.patch delete mode 100644 net-wireless/adm8211/files/2.6.20.patch delete mode 100644 net-wireless/adm8211/files/linux-2.6.17.patch delete mode 100644 net-wireless/adm8211/files/linux-2.6.19.patch (limited to 'net-wireless') diff --git a/net-wireless/adm8211/files/2.6.20-no-config_h.patch b/net-wireless/adm8211/files/2.6.20-no-config_h.patch deleted file mode 100644 index d565eccca047..000000000000 --- a/net-wireless/adm8211/files/2.6.20-no-config_h.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- adm8211/wep.c.old 2007-06-13 11:06:07.778330430 +1000 -+++ adm8211/wep.c 2007-06-13 11:06:16.442008732 +1000 -@@ -10,7 +10,6 @@ - * more details. - */ - --#include - #include - #include - #include ---- adm8211/adm8211_hw.c.old 2007-06-13 11:10:12.949927966 +1000 -+++ adm8211/adm8211_hw.c 2007-06-13 11:10:23.838266881 +1000 -@@ -29,7 +29,6 @@ - */ - - --#include - #include - #include - #include diff --git a/net-wireless/adm8211/files/2.6.20.patch b/net-wireless/adm8211/files/2.6.20.patch deleted file mode 100644 index 10081fbcecbb..000000000000 --- a/net-wireless/adm8211/files/2.6.20.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../adm8211/2.6.20.patch -# Copyright (C) 2007 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- T2-COPYRIGHT-NOTE-END --- - ---- adm8211/wep.c.vanilla 2007-03-30 09:36:24.446241003 +0200 -+++ adm8211/wep.c 2007-03-30 09:44:01.860307546 +0200 -@@ -22,6 +22,8 @@ - #include - #include - #include -+#include -+#include - - #ifndef CONFIG_CRYPTO - #error CONFIG_CRYPTO required to build diff --git a/net-wireless/adm8211/files/linux-2.6.17.patch b/net-wireless/adm8211/files/linux-2.6.17.patch deleted file mode 100644 index f3a65428363d..000000000000 --- a/net-wireless/adm8211/files/linux-2.6.17.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- adm8211/adm8211_hw.c.vanilla 2006-07-01 17:17:45.000000000 +0000 -+++ adm8211/adm8211_hw.c 2006-07-01 17:20:10.000000000 +0000 -@@ -39,6 +39,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/net-wireless/adm8211/files/linux-2.6.19.patch b/net-wireless/adm8211/files/linux-2.6.19.patch deleted file mode 100644 index 9a3f2e57d0a2..000000000000 --- a/net-wireless/adm8211/files/linux-2.6.19.patch +++ /dev/null @@ -1,32 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../adm8211/linux-2.6.19.patch -# Copyright (C) 2007 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- T2-COPYRIGHT-NOTE-END --- - ---- adm8211/adm8211_hw.c.orig 2005-03-23 12:12:02.000000000 +0100 -+++ adm8211/adm8211_hw.c 2007-01-02 16:54:08.000000000 +0100 -@@ -2468,9 +2468,13 @@ - dev->set_mac_address = adm8211_set_mac_address; - dev->hard_start_xmit = adm8211_hard_start_xmit; - -+#if WIRELESS_EXT >= 12 -+#if WIRELESS_EXT < 20 - dev->get_wireless_stats = adm8211_get_wireless_stats; -+#endif - dev->wireless_handlers = - (struct iw_handler_def *) &adm8211_iw_handler_def; -+#endif - - init_timer(&priv->timer); - priv->timer.data = (unsigned long) dev; -- cgit v1.2.3-65-gdbad