From 0244e57bb9fb9ebd1dd224bd5789ad9cc24b0175 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 4 Jun 2008 13:16:18 +0000 Subject: refresh madwifi patches using upstream style SVN-Revision: 11351 --- package/madwifi/patches/401-changeset_r3602.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/madwifi/patches/401-changeset_r3602.patch (limited to 'package/madwifi/patches/401-changeset_r3602.patch') diff --git a/package/madwifi/patches/401-changeset_r3602.patch b/package/madwifi/patches/401-changeset_r3602.patch new file mode 100644 index 0000000000..8e423ca3aa --- /dev/null +++ b/package/madwifi/patches/401-changeset_r3602.patch @@ -0,0 +1,11 @@ +--- a/net80211/ieee80211_linux.h ++++ b/net80211/ieee80211_linux.h +@@ -312,6 +312,8 @@ + /* __skb_append got a third parameter in 2.6.14 */ + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) + #define __skb_append(a,b,c) __skb_append(a, b) ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25) ++#define __skb_append(a,b,c) __skb_queue_after(c, a, b) + #endif + + /* -- cgit v1.2.3