From 627e7864f1ca42dcf5adcdc5740275023bfafd48 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 14 Aug 2010 15:48:18 +0000 Subject: A local addition, not imported from ath9k. AR_PHY_CALMODE is explicitly reset on interface reset for other chipsets; this commit also sets it for the AR9160. --- sys/dev/ath/ath_hal/ar5416/ar9160.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev') diff --git a/sys/dev/ath/ath_hal/ar5416/ar9160.ini b/sys/dev/ath/ath_hal/ar5416/ar9160.ini index b6ba10214373..1b81bc3910b2 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar9160.ini +++ b/sys/dev/ath/ath_hal/ar5416/ar9160.ini @@ -328,6 +328,7 @@ static const uint32_t ar9160Common[][2] = { { 0x000099e4, 0xaaaaaaaa }, { 0x000099e8, 0x3c466478 }, { 0x000099ec, 0x0cc80caa }, + { 0x000099f0, 0x00000000 }, /* XXX adrian's addition: AR_PHY_CALMODE == 0 */ { 0x000099fc, 0x00001042 }, { 0x00009b00, 0x00000000 }, { 0x00009b04, 0x00000001 }, -- cgit v1.3