X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b52152f6d5dae0eee0d77ee1399874bc2a071f26..fbc526f4bfcd2d59aa2832717bd41499a0eb1011:/package/madwifi/patches/118-txstop_workaround.patch diff --git a/package/madwifi/patches/118-txstop_workaround.patch b/package/madwifi/patches/118-txstop_workaround.patch index 6ff2a5b25..3133c41e6 100644 --- a/package/madwifi/patches/118-txstop_workaround.patch +++ b/package/madwifi/patches/118-txstop_workaround.patch @@ -1,12 +1,13 @@ -diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c ---- madwifi.old/ath/if_ath.c 2007-05-21 05:40:18.320301560 +0200 -+++ madwifi.dev/ath/if_ath.c 2007-05-21 05:49:40.132893064 +0200 -@@ -2264,6 +2264,17 @@ +Index: madwifi-ng-r2420-20070602/ath/if_ath.c +=================================================================== +--- madwifi-ng-r2420-20070602.orig/ath/if_ath.c 2007-06-04 13:21:56.713354928 +0200 ++++ madwifi-ng-r2420-20070602/ath/if_ath.c 2007-06-04 13:21:56.911324832 +0200 +@@ -2242,6 +2242,17 @@ txq->axq_link = &lastds->ds_link; 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); @@ -17,23 +18,24 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c + } + } } - ATH_TXQ_UNLOCK(txq); + ATH_TXQ_UNLOCK_IRQ(txq); -@@ -7299,6 +7310,7 @@ +@@ -7285,6 +7296,7 @@ + __func__, ds); #else ds = bf->bf_desc; /* NB: last descriptor */ - #endif + sc->sc_tx_start = 0; - status = ath_hal_txprocdesc(ah, ds); - #ifdef AR_DEBUG - if (sc->sc_debug & ATH_DEBUG_XMIT_DESC) -diff -ur madwifi.old/ath/if_athvar.h madwifi.dev/ath/if_athvar.h ---- madwifi.old/ath/if_athvar.h 2007-05-04 23:09:29.000000000 +0200 -+++ madwifi.dev/ath/if_athvar.h 2007-05-21 05:40:32.958076280 +0200 -@@ -689,6 +689,14 @@ #endif + ts = &bf->bf_dsstatus.ds_txstat; + status = ath_hal_txprocdesc(ah, ds, ts); +Index: madwifi-ng-r2420-20070602/ath/if_athvar.h +=================================================================== +--- madwifi-ng-r2420-20070602.orig/ath/if_athvar.h 2007-06-04 13:21:53.369863216 +0200 ++++ madwifi-ng-r2420-20070602/ath/if_athvar.h 2007-06-04 13:21:56.911324832 +0200 +@@ -686,6 +686,14 @@ u_int sc_slottimeconf; /* manual override for slottime */ int16_t sc_channoise; /* Measured noise of current channel (dBm) */ + u_int64_t sc_tsf; /* TSF at last rx interrupt */ + + /* + * Several MiniPCI cards and most SoC revs frequently cease all transmission