aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/450-new_hal.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-12-04 21:57:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-12-04 21:57:17 +0000
commitab61e2a25c3b5dc96236ca05237759d0f47be207 (patch)
treef1f12e5336617e9b7870c0445ff1067a1897962e /package/madwifi/patches/450-new_hal.patch
parent3028fdb49470d6277b30b915f40bbfb9c6fe5840 (diff)
downloadmaster-187ad058-ab61e2a25c3b5dc96236ca05237759d0f47be207.tar.gz
master-187ad058-ab61e2a25c3b5dc96236ca05237759d0f47be207.tar.bz2
master-187ad058-ab61e2a25c3b5dc96236ca05237759d0f47be207.zip
madwifi: fix division by zero
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13521 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r--package/madwifi/patches/450-new_hal.patch2
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