svn commit: r239635 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Fri Aug 24 00:54:32 UTC 2012


Author: adrian
Date: Fri Aug 24 00:54:31 2012
New Revision: 239635
URL: http://svn.freebsd.org/changeset/base/239635

Log:
  Oops, another copy/paste issue.

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Fri Aug 24 00:52:37 2012	(r239634)
+++ head/sys/dev/ath/ath_hal/ah.h	Fri Aug 24 00:54:31 2012	(r239635)
@@ -1392,7 +1392,7 @@ extern	u_int __ahdecl ath_hal_getwireles
 /*
  * Get the HAL wireless mode for the given channel.
  */
-extern int ath_hal_get_curmode(struct ath_hal *ah,
+extern	int ath_hal_get_curmode(struct ath_hal *ah,
     const struct ieee80211_channel *chan);
 
 /*


More information about the svn-src-all mailing list