diff options
Diffstat (limited to 'sys/dev/ic/ar5211var.h')
-rw-r--r-- | sys/dev/ic/ar5211var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5211var.h b/sys/dev/ic/ar5211var.h index c4cd4b45c5b..cd4fdf2b904 100644 --- a/sys/dev/ic/ar5211var.h +++ b/sys/dev/ic/ar5211var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5211var.h,v 1.5 2005/04/20 01:46:02 reyk Exp $ */ +/* $OpenBSD: ar5211var.h,v 1.6 2005/07/30 17:13:17 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -362,7 +362,7 @@ struct ar5k_ar5211_ini_mode { }; #define AR5K_AR5211_INI_MODE { \ - { 0x0030, { 0x00000015, 0x00000015, 0x0000001d, 0x00000015 } }, \ + { 0x0030, { 0x00000017, 0x00000017, 0x00000017, 0x00000017 } }, \ { 0x1040, { 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f } }, \ { 0x1044, { 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f } }, \ { 0x1048, { 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f } }, \ |