diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-29 01:34:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-11-29 01:34:33 +0000 |
commit | 7f863d56bb39cfe852f94465c5ecb2376a660e41 (patch) | |
tree | fde7a21c5e120ead0fc763eef3ebf7f5263c7563 /package/madwifi/patches/450-new_hal.patch | |
parent | 7c4f0fcbe7884b6da3b95b5190e18c9359843b63 (diff) | |
download | upstream-7f863d56bb39cfe852f94465c5ecb2376a660e41.tar.gz upstream-7f863d56bb39cfe852f94465c5ecb2376a660e41.tar.bz2 upstream-7f863d56bb39cfe852f94465c5ecb2376a660e41.zip |
madwifi: improve automatic channel selection by taking idle airtime into account
SVN-Revision: 13420
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r-- | package/madwifi/patches/450-new_hal.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/450-new_hal.patch b/package/madwifi/patches/450-new_hal.patch index 778f6da258..5c37125083 100644 --- a/package/madwifi/patches/450-new_hal.patch +++ b/package/madwifi/patches/450-new_hal.patch @@ -93,7 +93,7 @@ * The functions in this section are not intended to be invoked by MadWifi --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -605,6 +605,14 @@ ath_attach(u_int16_t devid, struct net_d +@@ -606,6 +606,14 @@ ath_attach(u_int16_t devid, struct net_d } sc->sc_ah = ah; @@ -108,7 +108,7 @@ /* * Check if the MAC has multi-rate retry support. * We do this by trying to setup a fake extended -@@ -7487,7 +7495,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7518,7 +7526,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |