X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7afee719bf46c7ab910acdecd8dcea17917198a6..4866e95374761837c2849015081f0874d1795a71:/package/madwifi/patches/349-reset.patch?ds=sidebyside diff --git a/package/madwifi/patches/349-reset.patch b/package/madwifi/patches/349-reset.patch index 9c8014055..06e3fa86f 100644 --- a/package/madwifi/patches/349-reset.patch +++ b/package/madwifi/patches/349-reset.patch @@ -1,17 +1,6 @@ -Index: madwifi-trunk-r3314/ath/if_ath.c -=================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-04-09 02:58:41.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_ath.c 2008-04-09 02:59:40.000000000 +0200 -@@ -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, -@@ -8865,8 +8865,7 @@ +--- a/ath/if_ath.c ++++ b/ath/if_ath.c +@@ -8864,8 +8864,7 @@ ath_chan_set(struct ath_softc *sc, struc * needed to do the reset with chanchange = AH_FALSE in order * to receive traffic when peforming high velocity channel * changes. */