summaryrefslogtreecommitdiffstats
path: root/abs/core/wlan-ng26/kernel-2.6.26.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/wlan-ng26/kernel-2.6.26.patch')
-rw-r--r--abs/core/wlan-ng26/kernel-2.6.26.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/wlan-ng26/kernel-2.6.26.patch b/abs/core/wlan-ng26/kernel-2.6.26.patch
new file mode 100644
index 0000000..ec306f0
--- /dev/null
+++ b/abs/core/wlan-ng26/kernel-2.6.26.patch
@@ -0,0 +1,14 @@
+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