diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:25:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:25:11 (GMT) |
commit | a501f7114b788b2879bab105ed4dcd7ed6a94f39 (patch) | |
tree | 2eaefb5c806a9a3f01cc5f3e8f7da4f8c293ae8b /abs/core-testing/wlan-ng26-svn/kernel-2.6.26.patch | |
parent | 503a4b30b1640a711467cea88f2ffa3af5c5ee9f (diff) | |
download | linhes_pkgbuild-a501f7114b788b2879bab105ed4dcd7ed6a94f39.zip linhes_pkgbuild-a501f7114b788b2879bab105ed4dcd7ed6a94f39.tar.gz linhes_pkgbuild-a501f7114b788b2879bab105ed4dcd7ed6a94f39.tar.bz2 |
Rename wlan-ng26 to wlan-ng26-svn. Not for sure these are in use anymore.
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 + |