From 4a7c5241be4f54dbc28c8c2fb17fe9ce1764136f Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 9 Jun 2008 10:17:36 +0000 Subject: 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 --- package/madwifi/patches/349-reset.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'package/madwifi/patches/349-reset.patch') diff --git a/package/madwifi/patches/349-reset.patch b/package/madwifi/patches/349-reset.patch index 783022868..1047dd23d 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 -- cgit v1.2.3