madwifi: allow ad-hoc mode with software based TSF merging (hardware merging can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag

SVN-Revision: 12883
This commit is contained in:
Felix Fietkau
2008-10-07 01:39:38 +00:00
parent 6fdb738d10
commit a5d8cfb520
10 changed files with 123 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -8322,6 +8322,14 @@
@@ -8332,6 +8332,14 @@
#endif
if (ts->ts_status & HAL_TXERR_XRETRY) {
sc->sc_stats.ast_tx_xretries++;