diff options
Diffstat (limited to 'abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch')
-rw-r--r-- | abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch b/abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch new file mode 100644 index 0000000..28b61a0 --- /dev/null +++ b/abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch @@ -0,0 +1,15 @@ +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 + |