From 9e6a1afa2b5501999464edc876f29b896d5da71c Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 21 May 2007 03:53:26 +0000
Subject: [PATCH] oops... wrong patch (unfixed typo)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7299 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/madwifi/patches/118-txstop_workaround.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/madwifi/patches/118-txstop_workaround.patch b/package/madwifi/patches/118-txstop_workaround.patch
index 6ff2a5b25..8cab1a439 100644
--- a/package/madwifi/patches/118-txstop_workaround.patch
+++ b/package/madwifi/patches/118-txstop_workaround.patch
@@ -6,7 +6,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
  		ath_hal_txstart(ah, txq->axq_qnum);
  		sc->sc_dev->trans_start = jiffies;
 +		if ((sc->sc_opmode == HAL_M_IBSS) || (sc->sc_opmode == HAL_M_HOSTAP)) {
-+			if (sc->sc_tx_start && (ath_hal_numtxpending(ah, txq->axq_num) > 2)) {
++			if (sc->sc_tx_start && (ath_hal_numtxpending(ah, txq->axq_qnum) > 2)) {
 +				if (jiffies > sc->sc_tx_start + 2 * HZ) {
 +					printk("%s: Tx queue stuck. Resetting hardware...\n", sc->sc_dev->name);
 +					ath_reset(sc->sc_dev);
-- 
2.20.1