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

Sam Leffler sam at FreeBSD.org
Wed Feb 18 20:10:52 PST 2009


Author: sam
Date: Thu Feb 19 04:10:51 2009
New Revision: 188770
URL: http://svn.freebsd.org/changeset/base/188770

Log:
  whitespace

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	Thu Feb 19 00:32:55 2009	(r188769)
+++ head/sys/dev/ath/ath_hal/ah.h	Thu Feb 19 04:10:51 2009	(r188770)
@@ -409,8 +409,8 @@ typedef struct {
 	int		rateCount;		/* NB: for proper padding */
 	uint8_t		rateCodeToIndex[144];	/* back mapping */
 	struct {
-		uint8_t	valid;		/* valid for rate control use */
-		uint8_t	phy;		/* CCK/OFDM/XR */
+		uint8_t		valid;		/* valid for rate control use */
+		uint8_t		phy;		/* CCK/OFDM/XR */
 		uint32_t	rateKbps;	/* transfer rate in kbs */
 		uint8_t		rateCode;	/* rate for h/w descriptors */
 		uint8_t		shortPreamble;	/* mask for enabling short


More information about the svn-src-head mailing list