From 18f85f597c286cf71c19bee05909da001bf83422 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Jun 2007 02:22:01 +0000 Subject: madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7440 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/114-ff_skb_fix.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/madwifi/patches/114-ff_skb_fix.patch (limited to 'package/madwifi/patches/114-ff_skb_fix.patch') diff --git a/package/madwifi/patches/114-ff_skb_fix.patch b/package/madwifi/patches/114-ff_skb_fix.patch deleted file mode 100644 index 059afb826..000000000 --- a/package/madwifi/patches/114-ff_skb_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur madwifi.old/net80211/ieee80211_input.c madwifi.dev/net80211/ieee80211_input.c ---- madwifi.old/net80211/ieee80211_input.c 2007-06-01 16:44:25.174897520 +0200 -+++ madwifi.dev/net80211/ieee80211_input.c 2007-06-01 17:43:52.153634328 +0200 -@@ -685,6 +685,7 @@ - IEEE80211_NODE_STAT(ni, rx_decap); - goto err; - } -+ skb1 = skb_clone(skb, GFP_ATOMIC); - - /* get to the tunneled headers */ - ath_hdr = (struct athl2p_tunnel_hdr *) -- cgit v1.2.3