diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-28 20:46:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-11-28 20:46:52 +0000 |
commit | 9d5a1f6aa44f027e2d7cec9773d96a8337ee77aa (patch) | |
tree | acfdb03a9130ddf29522a9709a389f6f92fc4936 /package/madwifi/patches/450-new_hal.patch | |
parent | bd29378e8d329c63ba16f64fd54f18531ada6fe6 (diff) | |
download | mtk-20170518-9d5a1f6aa44f027e2d7cec9773d96a8337ee77aa.zip mtk-20170518-9d5a1f6aa44f027e2d7cec9773d96a8337ee77aa.tar.gz mtk-20170518-9d5a1f6aa44f027e2d7cec9773d96a8337ee77aa.tar.bz2 |
madwifi: improve reliability of the wds modes
SVN-Revision: 13416
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 8b6094e..778f6da 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 -@@ -7488,7 +7496,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7487,7 +7495,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |