From 18a605bf0b48420b0385f75c886d43c81435f532 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 31 Jan 2008 04:09:54 +0000 Subject: 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/321-nuke_weird_code.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/madwifi/patches/321-nuke_weird_code.patch (limited to 'package/madwifi/patches/321-nuke_weird_code.patch') 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 2469b4ddf..000000000 --- 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; -- cgit v1.2.3