Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2011 20:22:10 +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: r222324 - head/sys/dev/ath/ath_hal/ar9002
Message-ID:  <201105262022.p4QKMA9K079424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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