mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 17:12:49 +02:00
c177eb0d43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
332 B
Diff
11 lines
332 B
Diff
--- a/ath/if_ath.c
|
|
+++ b/ath/if_ath.c
|
|
@@ -6669,6 +6669,7 @@ ath_setdefantenna(struct ath_softc *sc,
|
|
struct ath_hal *ah = sc->sc_ah;
|
|
|
|
/* XXX block beacon interrupts */
|
|
+ ath_hal_setdiversity(ah, (sc->sc_diversity != 0));
|
|
ath_hal_setdefantenna(ah, antenna);
|
|
if (sc->sc_defant != antenna)
|
|
sc->sc_stats.ast_ant_defswitch++;
|