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/313-long_preamble.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/madwifi/patches/313-long_preamble.patch (limited to 'package/madwifi/patches/313-long_preamble.patch') diff --git a/package/madwifi/patches/313-long_preamble.patch b/package/madwifi/patches/313-long_preamble.patch deleted file mode 100644 index 1f3515036..000000000 --- a/package/madwifi/patches/313-long_preamble.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: madwifi-dfs-r3053/net80211/ieee80211_output.c -=================================================================== ---- madwifi-dfs-r3053.orig/net80211/ieee80211_output.c 2008-01-10 15:40:39.777239675 +0100 -+++ madwifi-dfs-r3053/net80211/ieee80211_output.c 2008-01-10 15:41:05.214689275 +0100 -@@ -1297,7 +1297,7 @@ - erp |= IEEE80211_ERP_NON_ERP_PRESENT; - if (ic->ic_flags & IEEE80211_F_USEPROT) - erp |= IEEE80211_ERP_USE_PROTECTION; -- if (ic->ic_flags & IEEE80211_F_USEBARKER) -+ if ((ic->ic_flags & IEEE80211_F_USEBARKER) || (ic->ic_nonerpsta > 0)) - erp |= IEEE80211_ERP_LONG_PREAMBLE; - *frm++ = erp; - return frm; -- cgit v1.2.3