diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-25 00:37:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-25 00:37:41 +0000 |
commit | 87db54da68aa2614122a0f2f2d4c79722dad2bb9 (patch) | |
tree | 022b7bd5bc73da3bce22c057ba58b97b4596e5c1 /package/madwifi/patches/450-new_hal.patch | |
parent | 28abf79c44dc8a464d9573a9dc0c657ad5a35b60 (diff) | |
download | upstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.tar.gz upstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.tar.bz2 upstream-87db54da68aa2614122a0f2f2d4c79722dad2bb9.zip |
madwifi: fix the long standing bug that is triggered by nodes getting a timeout on one vap, then moving to another
SVN-Revision: 14171
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r-- | package/madwifi/patches/450-new_hal.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/450-new_hal.patch b/package/madwifi/patches/450-new_hal.patch index 324f7dd6b3..7494f0d4a0 100644 --- a/package/madwifi/patches/450-new_hal.patch +++ b/package/madwifi/patches/450-new_hal.patch @@ -108,7 +108,7 @@ /* * Check if the MAC has multi-rate retry support. * We do this by trying to setup a fake extended -@@ -7524,7 +7532,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7552,7 +7560,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |