summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-19 04:10:51 +0000
committersam <sam@FreeBSD.org>2009-02-19 04:10:51 +0000
commit234c48a69e9af853d05d12617bb8c97e8c77f020 (patch)
tree74da6ee6e630d7a90d5fb57c3fe3a97759c53093
parent049011f572eea1020696967e53537c23d04c613d (diff)
downloadFreeBSD-src-234c48a69e9af853d05d12617bb8c97e8c77f020.zip
FreeBSD-src-234c48a69e9af853d05d12617bb8c97e8c77f020.tar.gz
whitespace
-rw-r--r--sys/dev/ath/ath_hal/ah.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index f39db8c..a3a676e 100644
--- a/sys/dev/ath/ath_hal/ah.h
+++ b/sys/dev/ath/ath_hal/ah.h
@@ -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
OpenPOWER on IntegriCloud