aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-26 15:18:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-26 15:18:18 +0000
commit1808b5ff09c62fdf99eea906a97c2259c1012aab (patch)
tree8948e8c5a3083835e23c6b0825a80c05381e76d8 /package
parent61d68d2e59657b25aa4e5275b522231a2c462bf3 (diff)
downloadmaster-187ad058-1808b5ff09c62fdf99eea906a97c2259c1012aab.tar.gz
master-187ad058-1808b5ff09c62fdf99eea906a97c2259c1012aab.tar.bz2
master-187ad058-1808b5ff09c62fdf99eea906a97c2259c1012aab.zip
madwifi: nuke some weird code which is causing NULL nodes to appear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/patches/320-nuke_weird_code.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/madwifi/patches/320-nuke_weird_code.patch b/package/madwifi/patches/320-nuke_weird_code.patch
new file mode 100644
index 0000000000..4d78e395e1
--- /dev/null
+++ b/package/madwifi/patches/320-nuke_weird_code.patch
@@ -0,0 +1,15 @@
+Index: madwifi-dfs-r3252/ath/if_ath.c
+===================================================================
+--- madwifi-dfs-r3252.orig/ath/if_ath.c 2008-01-26 14:30:48.458906072 +0100
++++ madwifi-dfs-r3252/ath/if_ath.c 2008-01-26 14:30:57.135400518 +0100
+@@ -3288,10 +3288,6 @@
+ /* If the clone works, bump the reference count for our copy. */
+ SKB_CB(skb)->ni = ieee80211_ref_node(SKB_CB(skb_orig)->ni);
+ ieee80211_dev_kfree_skb(&skb_orig);
+- } else {
+- if (SKB_CB(skb)->ni != NULL)
+- ieee80211_unref_node(&SKB_CB(skb)->ni);
+- skb_orphan(skb);
+ }
+
+ eh = (struct ether_header *)skb->data;