diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-18 18:42:57 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-18 18:42:57 +0000 |
commit | 731017c23843505e08ecdbd623a754bc6bea2a40 (patch) | |
tree | dcfe759c123da2b37c852ddf8eb95734739ae842 /sys/dev/ic/ar5212var.h | |
parent | 5671b3297c9917eb80761fc0db85a9c6ffab0104 (diff) |
beautify the code by renaming HAL functions with capitalized words (i
always wanted to do that). this breaks HAL compatibility but porting
should be easy, have a look at athvar.h. no functional changes.
Diffstat (limited to 'sys/dev/ic/ar5212var.h')
-rw-r--r-- | sys/dev/ic/ar5212var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5212var.h b/sys/dev/ic/ar5212var.h index eaeaec27073..c2f0f544b30 100644 --- a/sys/dev/ic/ar5212var.h +++ b/sys/dev/ic/ar5212var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5212var.h,v 1.6 2005/04/09 00:20:42 reyk Exp $ */ +/* $OpenBSD: ar5212var.h,v 1.7 2005/04/18 18:42:55 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -68,7 +68,7 @@ struct ar5k_ar5212_rx_status { * RX status word 0 */ u_int32_t rx_status_0; - + #define AR5K_AR5212_DESC_RX_STATUS0_DATA_LEN 0x00000fff #define AR5K_AR5212_DESC_RX_STATUS0_MORE 0x00001000 #define AR5K_AR5212_DESC_RX_STATUS0_DECOMP_CRC_ERROR 0x00002000 |