summaryrefslogtreecommitdiffstats
path: root/abs/core/wlan-ng26-utils/kernel-2.6.26.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/wlan-ng26-utils/kernel-2.6.26.patch')
-rw-r--r--abs/core/wlan-ng26-utils/kernel-2.6.26.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/wlan-ng26-utils/kernel-2.6.26.patch b/abs/core/wlan-ng26-utils/kernel-2.6.26.patch
deleted file mode 100644
index ec306f0..0000000
--- a/abs/core/wlan-ng26-utils/kernel-2.6.26.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/p80211/p80211netdev.c
-===================================================================
---- src/p80211/p80211netdev.c (revision 1865)
-+++ src/p80211/p80211netdev.c (working copy)
-@@ -947,7 +947,9 @@
- #endif
- #endif
-
--#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) )
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) )
-+ dev_net_set(dev, &init_net);
-+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) )
- dev->nd_net = &init_net;
- #endif \ No newline at end of file