summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Singhal <asinghal@codeaurora.org>2017-02-01 10:32:01 -0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-03 12:22:13 -0800
commit2ed7f86415ce09c31c27253c9ffdf4a037a3fdfc (patch)
tree507c578544c8565318dbd4bee1391ee5de2f241d
parent4ad591ad6b0d4cac1d804def31012669a4393dc1 (diff)
qcacld-3.0: Add APL2_ETSIC regulatory domain
Add APL2_ETSIC regulatory domain for Indonesia. Change-Id: Ia092e4b7633583f2d43ba984d6eeea5ad16341c7 CRs-Fixed: 2001221
-rw-r--r--core/cds/src/cds_regdomain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cds/src/cds_regdomain.c b/core/cds/src/cds_regdomain.c
index 1bd54a9692a2..b109790df84b 100644
--- a/core/cds/src/cds_regdomain.c
+++ b/core/cds/src/cds_regdomain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011,2013-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011,2013-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -183,6 +183,7 @@ static const struct reg_dmn_pair g_reg_dmn_pairs[] = {
{APL4_WORLD, APL4, WORLD, CTRY_DEFAULT},
{APL2_WORLD, APL2, WORLD, CTRY_DEFAULT},
{APL2_FCCA, APL2, FCCA, CTRY_DEFAULT},
+ {APL2_ETSIC, APL2, ETSIC, CTRY_DEFAULT},
{APL1_WORLD, APL1, WORLD, CTRY_DEFAULT},
{APL1_ETSIC, APL1, ETSIC, CTRY_DEFAULT},
{APL6_WORLD, APL6, WORLD, CTRY_DEFAULT},