aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/321-nuke_weird_code.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-28 18:34:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-28 18:34:06 +0000
commitd9ad14d717c122ed6f643e2445acdfeeb6a04e98 (patch)
tree5b27ea56f984ace688fc88b203418aebe4e9a695 /package/madwifi/patches/321-nuke_weird_code.patch
parent5f713d6adb6eea0707716abb51455489282150cf (diff)
downloadupstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.tar.gz
upstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.tar.bz2
upstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.zip
update madwifi to latest trunk, include a few more fixes/improvements
SVN-Revision: 10294
Diffstat (limited to 'package/madwifi/patches/321-nuke_weird_code.patch')
-rw-r--r--package/madwifi/patches/321-nuke_weird_code.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/madwifi/patches/321-nuke_weird_code.patch b/package/madwifi/patches/321-nuke_weird_code.patch
new file mode 100644
index 0000000000..2469b4ddf8
--- /dev/null
+++ b/package/madwifi/patches/321-nuke_weird_code.patch
@@ -0,0 +1,15 @@
+Index: madwifi-dfs-r3280/ath/if_ath.c
+===================================================================
+--- madwifi-dfs-r3280.orig/ath/if_ath.c 2008-01-28 17:19:06.982791546 +0100
++++ madwifi-dfs-r3280/ath/if_ath.c 2008-01-28 17:19:28.448014778 +0100
+@@ -3269,10 +3269,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;