diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-23 19:11:41 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-23 19:11:41 +0000 |
commit | 690b5368c3cc6b2beda5c51bc8b26e1042a97b78 (patch) | |
tree | 40fb49af2c22a3a2a39ea2d2c3a4b89a53b6b3c0 /sys/dev/ic | |
parent | 7388b7c794986276f5b562d68ac07f67753e2418 (diff) |
change the fallback regulation domain to FCC2A (Canada) instead of
FCC1A (US) which makes more sense to us.
discussed with aanriot@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/ar5xxx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index 11d5904556e..a5edb952788 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.27 2005/09/19 10:27:08 reyk Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.28 2005/09/23 19:11:40 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -1277,7 +1277,7 @@ typedef HAL_BOOL (ar5k_rfgain_t) #define AR5K_TUNE_HWTXTRIES 4 /* Default regulation domain if stored value EEPROM value is invalid */ -#define AR5K_TUNE_REGDOMAIN DMN_FCC1_FCCA +#define AR5K_TUNE_REGDOMAIN DMN_FCC2_FCCA /* Canada */ #define AR5K_TUNE_CTRY CTRY_DEFAULT /* |