Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 18:40:53 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 152885 for review
Message-ID:  <200811121840.mACIerjV011378@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152885

Change 152885 by sam@sam_ebb on 2008/11/12 18:39:57

	fix compat shims

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_athvar.h#38 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_athvar.h#38 (text+ko) ====

@@ -446,8 +446,8 @@
 	((*(_ah)->ah_resetCalValid)((_ah), (_chan)))
 #else
 #define	ath_hal_calibrateN(_ah, _chan, _lcal, _isdone) \
-	ath_hal_calibrate(_ah, _cha, _isdone)
-#define	ath_hal_calreset(_ah, _chan)
+	ath_hal_calibrate(_ah, _chan, _isdone)
+#define	ath_hal_calreset(_ah, _chan)	(0)
 #endif
 #define	ath_hal_setledstate(_ah, _state) \
 	((*(_ah)->ah_setLedState)((_ah), (_state)))



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