SOURCES: madwifi-ng-ieee80211-skb-update.patch (NEW) - kernel 2.6.26 compil...

hawk hawk at pld-linux.org
Tue Jul 29 08:48:16 CEST 2008


Author: hawk                         Date: Tue Jul 29 06:48:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kernel 2.6.26 compilation fix, taken from gentoo

---- Files affected:
SOURCES:
   madwifi-ng-ieee80211-skb-update.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/madwifi-ng-ieee80211-skb-update.patch
diff -u /dev/null SOURCES/madwifi-ng-ieee80211-skb-update.patch:1.1
--- /dev/null	Tue Jul 29 08:48:17 2008
+++ SOURCES/madwifi-ng-ieee80211-skb-update.patch	Tue Jul 29 08:48:10 2008
@@ -0,0 +1,12 @@
+--- a/net80211/ieee80211_linux.h	2008-05-09 01:15:01 +0400
++++ b/net80211/ieee80211_linux.h	2008-05-11 02:26:35 +0400
+@@ -315,6 +315,9 @@ typedef spinlock_t acl_lock_t;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)
+ #define __skb_append(a,b,c)	__skb_append(a, b)
+ #endif
++#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25)
++#define __skb_append(a,b,c)	__skb_queue_after(c,a,b)
++#endif
+ 
+ /*
+  * Per-node power-save queue definitions.  Beware of control
================================================================


More information about the pld-cvs-commit mailing list