aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/420-diversity_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-07 21:00:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-07 21:00:35 +0000
commita8a91697ce4c8f9d1e701b52356f69702741d5cd (patch)
tree70c15d4591a6a9596ffb1c3d4e2e2140265e4709 /package/madwifi/patches/420-diversity_fix.patch
parent3dea7e450fa43f07f76ca9fc6b1b0e51fa1af5fd (diff)
downloadupstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.tar.gz
upstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.tar.bz2
upstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.zip
madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode
SVN-Revision: 15702
Diffstat (limited to 'package/madwifi/patches/420-diversity_fix.patch')
-rw-r--r--package/madwifi/patches/420-diversity_fix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/420-diversity_fix.patch b/package/madwifi/patches/420-diversity_fix.patch
index e12de72ded..bfb4f7620c 100644
--- a/package/madwifi/patches/420-diversity_fix.patch
+++ b/package/madwifi/patches/420-diversity_fix.patch
@@ -18,7 +18,7 @@
/*
* Setup the hardware after reset: the key cache
* is filled as needed and the receive engine is
-@@ -3010,7 +3006,6 @@ ath_reset(struct net_device *dev)
+@@ -3018,7 +3014,6 @@ ath_reset(struct net_device *dev)
ath_setintmit(sc);
ath_update_txpow(sc); /* update tx power state */
ath_radar_update(sc);
@@ -26,7 +26,7 @@
if (ath_startrecv(sc) != 0) /* restart recv */
EPRINTF(sc, "Unable to start receive logic.\n");
if (sc->sc_softled)
-@@ -5344,27 +5339,6 @@ ath_beacon_send(struct ath_softc *sc, in
+@@ -5352,27 +5347,6 @@ ath_beacon_send(struct ath_softc *sc, in
} else if ((sc->sc_updateslot == COMMIT) && (sc->sc_slotupdate == slot))
ath_setslottime(sc); /* commit change to hardware */
@@ -54,7 +54,7 @@
if (bfaddr != 0) {
/*
* Stop any current DMA and put the new frame(s) on the queue.
-@@ -6725,9 +6699,8 @@ ath_setdefantenna(struct ath_softc *sc,
+@@ -6733,9 +6707,8 @@ ath_setdefantenna(struct ath_softc *sc,
{
struct ath_hal *ah = sc->sc_ah;
@@ -65,7 +65,7 @@
if (sc->sc_defant != antenna)
sc->sc_stats.ast_ant_defswitch++;
sc->sc_defant = antenna;
-@@ -11138,7 +11111,7 @@ ATH_SYSCTL_DECL(ath_sysctl_halparam, ctl
+@@ -11154,7 +11127,7 @@ ATH_SYSCTL_DECL(ath_sysctl_halparam, ctl
break;
}
sc->sc_diversity = val;