diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 06:13:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 06:13:57 +0000 |
commit | cf3beca4a267263f20fb42bf2aa181a495e54290 (patch) | |
tree | a962eb5377b3370b8a764bf2fc40398e98c2a407 /package/madwifi/patches/450-new_hal.patch | |
parent | 21e15b71484e9afb9399efc3bdd3c9c90beee29f (diff) | |
download | upstream-cf3beca4a267263f20fb42bf2aa181a495e54290.tar.gz upstream-cf3beca4a267263f20fb42bf2aa181a495e54290.tar.bz2 upstream-cf3beca4a267263f20fb42bf2aa181a495e54290.zip |
madwifi: improve reliability of napi polling when fast framing is enabled
SVN-Revision: 14215
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 625fd7640b..0243b80787 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 -@@ -7553,7 +7561,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7555,7 +7563,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |