diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-19 03:26:21 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-19 03:26:21 +0000 |
| commit | a47f39da1f6511f550283e1e940b47941b87fdd2 (patch) | |
| tree | f02242497240e491709337c0666dc44ebabfc20e /sys/dev/ath/ath_hal/ar5312 | |
| parent | 80c86c36592144292291c7620eba02fd7bc1ddf0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5312')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5312/ar5312_reset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c b/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c index dda3fafcd62f..fdba35d84d7a 100644 --- a/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c +++ b/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c @@ -740,8 +740,7 @@ ar5312SetResetReg(struct ath_hal *ah, uint32_t resetMask) if ((resetMask & AR_RC_MAC) == 0) { if (isBigEndian()) { /* - * Set CFG, little-endian for register - * and descriptor accesses. + * Set CFG, little-endian for descriptor accesses. */ #ifdef AH_NEED_DESC_SWAP mask = INIT_CONFIG_STATUS | AR_CFG_SWRD; |
