summaryrefslogtreecommitdiff
path: root/package/madwifi
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-02-22 16:42:44 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-02-22 16:42:44 +0000
commitfafda593a90808675981bdc412beb817e647553e (patch)
treef30818aa4a7eefb0560df31dfb896159ba9ad5f0 /package/madwifi
parent11b8c9974db4dc5ab3448f320d0984ce93450290 (diff)
downloadmtk-20170518-fafda593a90808675981bdc412beb817e647553e.zip
mtk-20170518-fafda593a90808675981bdc412beb817e647553e.tar.gz
mtk-20170518-fafda593a90808675981bdc412beb817e647553e.tar.bz2
madwifi 2.6.24 compile fix Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
SVN-Revision: 10517
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/patches/334-2.6.24_compile_fix.patch15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000..fa44d60
--- /dev/null
+++ b/package/madwifi/patches/334-2.6.24_compile_fix.patch
@@ -0,0 +1,15 @@
+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;