diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:50:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:50:46 +0000 |
commit | 16731f482f4d3f3e94c90beb70c9cbba9c8dd631 (patch) | |
tree | 59850f98e47a5e8165d1a1084b7e78d45db77b64 /package/madwifi/patches-r3776/309-performance.patch | |
parent | 4d144eee67a94959f1a5d875678e466775782c14 (diff) | |
download | upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.gz upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.bz2 upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.zip |
refresh madwifi-testing patches
SVN-Revision: 11866
Diffstat (limited to 'package/madwifi/patches-r3776/309-performance.patch')
-rw-r--r-- | package/madwifi/patches-r3776/309-performance.patch | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/package/madwifi/patches-r3776/309-performance.patch b/package/madwifi/patches-r3776/309-performance.patch index 517c336bea..ec22085258 100644 --- a/package/madwifi/patches-r3776/309-performance.patch +++ b/package/madwifi/patches-r3776/309-performance.patch @@ -1,7 +1,5 @@ -Index: madwifi-trunk-r3776/ath/if_ath.c -=================================================================== ---- madwifi-trunk-r3776.orig/ath/if_ath.c 2008-07-17 02:23:00.000000000 +0200 -+++ madwifi-trunk-r3776/ath/if_ath.c 2008-07-17 02:28:06.000000000 +0200 +--- a/ath/if_ath.c ++++ b/ath/if_ath.c @@ -3334,7 +3334,6 @@ struct ath_softc *sc = dev->priv; struct ieee80211_node *ni = NULL; @@ -18,10 +16,8 @@ Index: madwifi-trunk-r3776/ath/if_ath.c unsigned int pktlen; struct ieee80211com *ic = &sc->sc_ic; struct ath_txq *txq = NULL; -Index: madwifi-trunk-r3776/net80211/ieee80211_output.c -=================================================================== ---- madwifi-trunk-r3776.orig/net80211/ieee80211_output.c 2008-07-17 00:21:29.000000000 +0200 -+++ madwifi-trunk-r3776/net80211/ieee80211_output.c 2008-07-17 02:35:10.000000000 +0200 +--- a/net80211/ieee80211_output.c ++++ b/net80211/ieee80211_output.c @@ -280,7 +280,7 @@ * normal vap. */ if (vap->iv_xrvap && (ni == vap->iv_bss) && @@ -188,10 +184,8 @@ Index: madwifi-trunk-r3776/net80211/ieee80211_output.c } #define KEY_UNDEFINED(k) ((k).wk_cipher == &ieee80211_cipher_none) -Index: madwifi-trunk-r3776/net80211/ieee80211_input.c -=================================================================== ---- madwifi-trunk-r3776.orig/net80211/ieee80211_input.c 2008-07-17 02:20:52.000000000 +0200 -+++ madwifi-trunk-r3776/net80211/ieee80211_input.c 2008-07-17 02:30:28.000000000 +0200 +--- a/net80211/ieee80211_input.c ++++ b/net80211/ieee80211_input.c @@ -713,7 +713,7 @@ /* ether_type must be length as FF frames are always LLC/SNAP encap'd */ frame_len = ntohs(eh_tmp->ether_type); |