aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/352-ani_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-09 10:17:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-09 10:17:36 +0000
commit233eb1df59db97a59d77515e24ff979c8c36b22d (patch)
tree3bd03174a604357f12ff60526cf38f74ef632fc9 /package/madwifi/patches/352-ani_fix.patch
parentf29e8a8442d76595a05e8e011d989b0e94bbfd64 (diff)
downloadupstream-233eb1df59db97a59d77515e24ff979c8c36b22d.tar.gz
upstream-233eb1df59db97a59d77515e24ff979c8c36b22d.tar.bz2
upstream-233eb1df59db97a59d77515e24ff979c8c36b22d.zip
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/352-ani_fix.patch')
-rw-r--r--package/madwifi/patches/352-ani_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/madwifi/patches/352-ani_fix.patch b/package/madwifi/patches/352-ani_fix.patch
new file mode 100644
index 0000000000..83a0ef4e11
--- /dev/null
+++ b/package/madwifi/patches/352-ani_fix.patch
@@ -0,0 +1,13 @@
+Index: madwifi-trunk-r3314/ath/if_ath.c
+===================================================================
+--- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-06-01 20:07:35.000000000 +0200
++++ madwifi-trunk-r3314/ath/if_ath.c 2008-06-01 20:17:01.000000000 +0200
+@@ -2528,7 +2528,7 @@
+ * Enable MIB interrupts when there are hardware phy counters.
+ * Note we only do this (at the moment) for station mode.
+ */
+- if (sc->sc_needmib && ic->ic_opmode == IEEE80211_M_STA)
++ if (sc->sc_needmib)
+ sc->sc_imask |= HAL_INT_MIB;
+ ath_hal_intrset(ah, sc->sc_imask);
+