summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/450-new_hal.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-29 01:34:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-29 01:34:33 +0000
commit346e30c5b15ef0dfda50f3e414dfc5db4678c118 (patch)
tree8cefa532090829c57bcd4a23b8cc07930d0b25fb /package/madwifi/patches/450-new_hal.patch
parentbcab48e4d5d4e5fc3225a0a72261be69521f209a (diff)
madwifi: improve automatic channel selection by taking idle airtime into account
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13420 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r--package/madwifi/patches/450-new_hal.patch4
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 778f6da25..5c3712508 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