svn commit: r228833 - head/sys/dev/ath/ath_hal/ar9002

Adrian Chadd adrian at FreeBSD.org
Fri Dec 23 04:05:39 UTC 2011


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


More information about the svn-src-head mailing list