diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 01:06:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 01:06:23 +0000 |
commit | e5bafab092c915fae46ed65227b96911a32b8632 (patch) | |
tree | fecd65d3818b6cd60869c64e2b2d75b391338c08 /package/madwifi/patches/334-2.6.24_compile_fix.patch | |
parent | 69083f6e4d11e70701e54a02207e7be80c22c32b (diff) | |
download | mtk-20170518-e5bafab092c915fae46ed65227b96911a32b8632.zip mtk-20170518-e5bafab092c915fae46ed65227b96911a32b8632.tar.gz mtk-20170518-e5bafab092c915fae46ed65227b96911a32b8632.tar.bz2 |
madwifi: napi polling fixes
SVN-Revision: 10550
Diffstat (limited to 'package/madwifi/patches/334-2.6.24_compile_fix.patch')
-rw-r--r-- | package/madwifi/patches/334-2.6.24_compile_fix.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/madwifi/patches/334-2.6.24_compile_fix.patch b/package/madwifi/patches/334-2.6.24_compile_fix.patch deleted file mode 100644 index fa44d60..0000000 --- a/package/madwifi/patches/334-2.6.24_compile_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: madwifi-trunk-r3314/ath/if_ath.c -=================================================================== ---- madwifi-trunk-r3314/ath/if_ath.c.orig 2008-02-22 11:10:54.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_ath.c 2008-02-22 11:12:17.000000000 +0200 -@@ -6468,9 +6468,9 @@ - u_int rx_limit = budget; - #else - u_int rx_limit = dev->quota; -+ struct ath_softc *sc = dev->priv; - #endif - struct ath_buf *bf; -- struct ath_softc *sc = dev->priv; - struct ieee80211com *ic = &sc->sc_ic; - struct ath_hal *ah = sc ? sc->sc_ah : NULL; - struct ath_desc *ds; |