summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2005-09-23 19:11:40 +0000
committerreyk <reyk@openbsd.org>2005-09-23 19:11:40 +0000
commitaf69a79a5cd54eb6f0cac9c04cc2d83be5163db7 (patch)
treeebb7346ff1244003e8e2617089bf65623df74b7d
parentadd test2 & 3 (diff)
downloadwireguard-openbsd-af69a79a5cd54eb6f0cac9c04cc2d83be5163db7.tar.xz
wireguard-openbsd-af69a79a5cd54eb6f0cac9c04cc2d83be5163db7.zip
change the fallback regulation domain to FCC2A (Canada) instead of
FCC1A (US) which makes more sense to us. discussed with aanriot@
-rw-r--r--sys/dev/ic/ar5xxx.h4
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
/*