diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-07 22:03:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-07 22:03:26 +0000 |
commit | 6647ea05aff742016253d1428e71ed6118918651 (patch) | |
tree | 1758805d37bce478c3abe379c38c72437cdcc05b /sys/dev/ic/ar5212var.h | |
parent | c6b2d156b2d32737068bf6da7fc9aa828f277b41 (diff) |
KNF
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 34cdf309a55..84b76bf6b4e 100644 --- a/sys/dev/ic/ar5212var.h +++ b/sys/dev/ic/ar5212var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5212var.h,v 1.8 2005/07/30 17:13:17 reyk Exp $ */ +/* $OpenBSD: ar5212var.h,v 1.9 2005/10/07 22:03:25 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -745,7 +745,7 @@ struct ar5k_ar5212_ini_mode { { 0x00000000, 0x00000000, 0x00000000, 0x00000108, 0x00000000 } \ } }, \ { 0x801c, AR5K_INI_FLAG_BOTH, { \ - { 0x128d8fa7, 0x09880fcf, 0x04e00f95, 0x128d8fab, 0x09880fcf }, \ + { 0x128d8fa7, 0x09880fcf, 0x04e00f95, 0x128d8fab, 0x09880fcf }, \ { 0x128d93a7, 0x098813cf, 0x04e01395, 0x128d93ab, 0x098813cf } \ } }, \ { 0x9824, AR5K_INI_FLAG_BOTH, { \ |