Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2011 04:05:39 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228833 - head/sys/dev/ath/ath_hal/ar9002
Message-ID:  <201112230405.pBN45dTg047628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Dec 23 04:05:39 2011
New Revision: 228833
URL: http://svn.freebsd.org/changeset/base/228833

Log:
  Remove unused #define's.
  
  Pointy hat to: adrian, for not properly reading things when he copied
    ar9285.h to ar9287.h.

Modified:
  head/sys/dev/ath/ath_hal/ar9002/ar9287.h

Modified: head/sys/dev/ath/ath_hal/ar9002/ar9287.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9287.h	Fri Dec 23 03:59:49 2011	(r228832)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9287.h	Fri Dec 23 04:05:39 2011	(r228833)
@@ -45,9 +45,7 @@ struct ath_hal_9287 {
 #define	AH9287(_ah)	((struct ath_hal_9287 *)(_ah))
 
 #define	AR9287_DEFAULT_RXCHAINMASK	3
-#define	AR9285_DEFAULT_RXCHAINMASK	1
 #define	AR9287_DEFAULT_TXCHAINMASK	3
-#define	AR9285_DEFAULT_TXCHAINMASK	1
 
 #define	AR_PHY_CCA_NOM_VAL_9287_2GHZ		-112
 #define	AR_PHY_CCA_NOM_VAL_9287_5GHZ		-112



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