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

Adrian Chadd adrian at FreeBSD.org
Thu May 26 20:22:10 UTC 2011


Author: adrian
Date: Thu May 26 20:22:10 2011
New Revision: 222324
URL: http://svn.freebsd.org/changeset/base/222324

Log:
  Fix a macro name - it's currently unused in this file however, but
  keep it consistent with ar9280.c.

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

Modified: head/sys/dev/ath/ath_hal/ar9002/ar9287.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9287.c	Thu May 26 20:17:59 2011	(r222323)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9287.c	Thu May 26 20:22:10 2011	(r222324)
@@ -36,7 +36,7 @@ struct ar9287State {
 	RF_HAL_FUNCS	base;		/* public state, must be first */
 	uint16_t	pcdacTable[1];	/* XXX */
 };
-#define	AR9280(ah)	((struct ar9287State *) AH5212(ah)->ah_rfHal)
+#define	AR9287(ah)	((struct ar9287State *) AH5212(ah)->ah_rfHal)
 
 static HAL_BOOL ar9287GetChannelMaxMinPower(struct ath_hal *,
 	const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);


More information about the svn-src-all mailing list