PERFORCE change 152885 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 12 10:40:54 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152885

Change 152885 by sam at 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)))


More information about the p4-projects mailing list