aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/118-txstop_workaround.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-21 06:25:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-21 06:25:34 +0000
commitec7bfb90b57c01bd740fa3254493136889935746 (patch)
tree7dc065cfa108233089a504ac1a2126094ccaa0b0 /package/madwifi/patches/118-txstop_workaround.patch
parent929850fe05ed463938b308918b84187afff651ac (diff)
downloadmaster-187ad058-ec7bfb90b57c01bd740fa3254493136889935746.tar.gz
master-187ad058-ec7bfb90b57c01bd740fa3254493136889935746.tar.bz2
master-187ad058-ec7bfb90b57c01bd740fa3254493136889935746.zip
madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference
merge in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/118-txstop_workaround.patch')
-rw-r--r--package/madwifi/patches/118-txstop_workaround.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/package/madwifi/patches/118-txstop_workaround.patch b/package/madwifi/patches/118-txstop_workaround.patch
index 8cab1a4399..8719a6d8be 100644
--- a/package/madwifi/patches/118-txstop_workaround.patch
+++ b/package/madwifi/patches/118-txstop_workaround.patch
@@ -1,7 +1,7 @@
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 @@
+--- madwifi.old/ath/if_ath.c 2007-05-21 07:45:03.185429104 +0200
++++ madwifi.dev/ath/if_ath.c 2007-05-21 07:45:55.867420224 +0200
+@@ -2206,6 +2206,17 @@
txq->axq_link = &lastds->ds_link;
ath_hal_txstart(ah, txq->axq_qnum);
sc->sc_dev->trans_start = jiffies;
@@ -19,18 +19,18 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
}
ATH_TXQ_UNLOCK(txq);
-@@ -7299,6 +7310,7 @@
+@@ -7246,6 +7257,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)
+ #endif
+ ts = &bf->bf_dsstatus.ds_txstat;
+ status = ath_hal_txprocdesc(ah, ds, ts);
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 @@
+--- madwifi.old/ath/if_athvar.h 2007-05-18 13:19:16.000000000 +0200
++++ madwifi.dev/ath/if_athvar.h 2007-05-21 07:45:37.720179024 +0200
+@@ -684,6 +684,14 @@
#endif
u_int sc_slottimeconf; /* manual override for slottime */
int16_t sc_channoise; /* Measured noise of current channel (dBm) */