diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-26 20:09:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-26 20:09:17 +0000 |
commit | c109d5d0913de0ff9d48db640c436d925f43a5ae (patch) | |
tree | 82811e2a1b9c68e3043fb489acc9c07ae610a2ef /package/madwifi/patches/401-changeset_r3602.patch | |
parent | 821170133fc75f42c73b4d11761d798eae7e4733 (diff) | |
download | upstream-c109d5d0913de0ff9d48db640c436d925f43a5ae.tar.gz upstream-c109d5d0913de0ff9d48db640c436d925f43a5ae.tar.bz2 upstream-c109d5d0913de0ff9d48db640c436d925f43a5ae.zip |
madwifi: fix some really evil noderef issues (fixes #3999)
SVN-Revision: 12719
Diffstat (limited to 'package/madwifi/patches/401-changeset_r3602.patch')
-rw-r--r-- | package/madwifi/patches/401-changeset_r3602.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/401-changeset_r3602.patch b/package/madwifi/patches/401-changeset_r3602.patch index 64780da120..2693d7a368 100644 --- a/package/madwifi/patches/401-changeset_r3602.patch +++ b/package/madwifi/patches/401-changeset_r3602.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_linux.h +++ b/net80211/ieee80211_linux.h -@@ -353,6 +353,8 @@ +@@ -341,6 +341,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) |