X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F385-antenna_fix.patch;fp=package%2Fmadwifi%2Fpatches%2F385-antenna_fix.patch;h=0000000000000000000000000000000000000000;hp=16c7d95c765f16633f42e357fdfb68713af58534;hb=3989dddaabe614a69432b34a3abb7e29bae9c0b5;hpb=9ab567885aeb883c4bf293e1ad1d84185b676bc6 diff --git a/package/madwifi/patches/385-antenna_fix.patch b/package/madwifi/patches/385-antenna_fix.patch deleted file mode 100644 index 16c7d95c76..0000000000 --- a/package/madwifi/patches/385-antenna_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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++;