aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/334-2.6.24_compile_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-03-07 01:06:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-03-07 01:06:23 +0000
commit41fcb9d31af28838db0cd46f278afe05b5ef92a3 (patch)
treed42d8e262626a76470ca67960c59aaae27e0a0bb /package/madwifi/patches/334-2.6.24_compile_fix.patch
parentf31877373255c6a8ffde42593f92313ef3fdd029 (diff)
downloadmaster-187ad058-41fcb9d31af28838db0cd46f278afe05b5ef92a3.tar.gz
master-187ad058-41fcb9d31af28838db0cd46f278afe05b5ef92a3.tar.bz2
master-187ad058-41fcb9d31af28838db0cd46f278afe05b5ef92a3.zip
madwifi: napi polling fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10550 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch15
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 fa44d60963..0000000000
--- 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;