From a0699b02b38bd1c1c960adfc36dd6ccda3a1ade0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 14 Jul 2009 16:09:36 +0000 Subject: [PATCH] merge r16846 to 8.09 SVN-Revision: 16847 --- package/madwifi/patches/420-diversity_fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/madwifi/patches/420-diversity_fix.patch b/package/madwifi/patches/420-diversity_fix.patch index bfb4f7620c..8fc0ee7895 100644 --- a/package/madwifi/patches/420-diversity_fix.patch +++ b/package/madwifi/patches/420-diversity_fix.patch @@ -61,7 +61,7 @@ - /* XXX block beacon interrupts */ - ath_hal_setdiversity(ah, (sc->sc_diversity != 0)); ath_hal_setdefantenna(ah, antenna); -+ ath_hal_setantennaswitch(ah, sc->sc_diversity ? 0 : sc->sc_defant); ++ ath_hal_setantennaswitch(ah, sc->sc_diversity ? 0 : antenna); if (sc->sc_defant != antenna) sc->sc_stats.ast_ant_defswitch++; sc->sc_defant = antenna; -- 2.30.2