aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/321-nuke_weird_code.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-31 04:09:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-31 04:09:54 +0000
commit02cabf59486ff526a71c760b7120e0ce5e7892b7 (patch)
treed7025986045fd65118b17b57a8aedd7b718e4d82 /package/madwifi/patches/321-nuke_weird_code.patch
parente80d5f9686da8698ae2b8d961401ec76cedcce30 (diff)
downloadupstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.gz
upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.bz2
upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.zip
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
SVN-Revision: 10334
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, 0 insertions, 15 deletions
diff --git a/package/madwifi/patches/321-nuke_weird_code.patch b/package/madwifi/patches/321-nuke_weird_code.patch
deleted file mode 100644
index 2469b4ddf8..0000000000
--- a/package/madwifi/patches/321-nuke_weird_code.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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;