diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-09 10:17:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-09 10:17:36 +0000 |
commit | 62bef2bced78e4abadbcf86ed0aa79fec209559a (patch) | |
tree | 963de3c400ac62740a2b1ea21ef28ac2bf6fc570 /package/madwifi/patches/349-reset.patch | |
parent | ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d (diff) | |
download | upstream-62bef2bced78e4abadbcf86ed0aa79fec209559a.tar.gz upstream-62bef2bced78e4abadbcf86ed0aa79fec209559a.tar.bz2 upstream-62bef2bced78e4abadbcf86ed0aa79fec209559a.zip |
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs
SVN-Revision: 11409
Diffstat (limited to 'package/madwifi/patches/349-reset.patch')
-rw-r--r-- | package/madwifi/patches/349-reset.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/madwifi/patches/349-reset.patch b/package/madwifi/patches/349-reset.patch index 783022868a..1047dd23d2 100644 --- a/package/madwifi/patches/349-reset.patch +++ b/package/madwifi/patches/349-reset.patch @@ -1,14 +1,5 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -2479,7 +2479,7 @@ - */ - sc->sc_curchan.channel = ic->ic_curchan->ic_freq; - sc->sc_curchan.channelFlags = ath_chan2flags(ic->ic_curchan); -- if (!ath_hal_reset(ah, sc->sc_opmode, &sc->sc_curchan, AH_FALSE, &status)) { -+ if (!ath_hal_reset(ah, sc->sc_opmode, &sc->sc_curchan, AH_TRUE, &status)) { - EPRINTF(sc, "unable to reset hardware: '%s' (HAL status %u) " - "(freq %u flags 0x%x)\n", - ath_get_hal_status_desc(status), status, @@ -8853,8 +8853,7 @@ * needed to do the reset with chanchange = AH_FALSE in order * to receive traffic when peforming high velocity channel |