diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-12-04 21:57:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-12-04 21:57:17 +0000 |
commit | 95a9e47a00fdc5b161219627644ad667bd2e643d (patch) | |
tree | ddd27feabf13f87fcddf07d39f6edefb7a91e3db /package/madwifi/patches/450-new_hal.patch | |
parent | 130413bb0f1de803e52cd168c59373b3e6473f4e (diff) | |
download | upstream-95a9e47a00fdc5b161219627644ad667bd2e643d.tar.gz upstream-95a9e47a00fdc5b161219627644ad667bd2e643d.tar.bz2 upstream-95a9e47a00fdc5b161219627644ad667bd2e643d.zip |
madwifi: fix division by zero
SVN-Revision: 13521
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 199f91fb05..324f7dd6b3 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 -@@ -7521,7 +7529,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7524,7 +7532,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |