Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2011 14:55:27 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225741 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201109231455.p8NEtR5R076616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Sep 23 14:55:26 2011
New Revision: 225741
URL: http://svn.freebsd.org/changeset/base/225741

Log:
  Revert these values; the ath9k values work better.

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c

Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Fri Sep 23 13:53:28 2011	(r225740)
+++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Fri Sep 23 14:55:26 2011	(r225741)
@@ -361,9 +361,8 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMO
 	OS_REG_WRITE(ah, AR_MIRT, 0);
 
 #ifdef	AH_AR5416_INTERRUPT_MITIGATION
-
-	OS_REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 250);
-	OS_REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 700);
+	OS_REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 500);
+	OS_REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 2000);
 	OS_REG_RMW_FIELD(ah, AR_TIMT, AR_TIMT_LAST, 300);
 	OS_REG_RMW_FIELD(ah, AR_TIMT, AR_TIMT_FIRST, 750);
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109231455.p8NEtR5R076616>