diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-07-30 17:13:18 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-07-30 17:13:18 +0000 |
commit | efd7c2dcf99f96dedf22d335b76595b5c35f16bc (patch) | |
tree | a2050b79ea44cc357a4604aa3c9f74d5719d314e /sys/dev/ic/ar5211var.h | |
parent | 62989b4982b1e7c705c620646b1f5266a18b9013 (diff) |
remove a useless timeout after tx (decrease nasty delays while
scanning) and fix various other minor things in the ath(4) driver.
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 } }, \ |