diff options
| author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | 2017-12-06 11:17:25 +0530 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-12-06 00:50:03 -0800 |
| commit | e902047f77b701bdc00bb4704757cdcb02c06737 (patch) | |
| tree | 12d1ee1b789c35ddaa4996cc2764b64501b126c9 | |
| parent | 73ee5a887fcfaa1edab2e615547af95f7312a730 (diff) | |
qcacld-3.0: Add regpair for country AR and CL
Regpair for country AR and CL are missing which results in a crash.
Add regpair for country AR and CL.
Change-Id: I219e92cc09d6237774f87f8d0a75d2ddea5d59ef
CRs-Fixed: 2154123
| -rw-r--r-- | core/cds/src/cds_regdomain.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/cds/src/cds_regdomain.c b/core/cds/src/cds_regdomain.c index bc4fbc5ffee9..f38799f907bb 100644 --- a/core/cds/src/cds_regdomain.c +++ b/core/cds/src/cds_regdomain.c @@ -197,6 +197,8 @@ static const struct reg_dmn_pair g_reg_dmn_pairs[] = { {APL14_WORLD, APL14, WORLD, CTRY_DEFAULT}, {APL15_WORLD, APL15, WORLD, CTRY_DEFAULT}, {APL16_WORLD, APL16, WORLD, CTRY_DEFAULT}, + {APL17_ETSID, APL17, WORLD, CTRY_DEFAULT}, + {APL23_WORLD, APL23, WORLD, CTRY_DEFAULT}, {WOR0_WORLD, WOR0_WORLD, WOR0_WORLD, CTRY_DEFAULT}, {WOR1_WORLD, WOR1_WORLD, WOR1_WORLD, CTRY_DEFAULT}, {WOR2_WORLD, WOR2_WORLD, WOR2_WORLD, CTRY_DEFAULT}, @@ -427,6 +429,8 @@ static const struct reg_dmn g_reg_dmns[] = { {APL14, FCC}, {APL15, FCC}, {APL16, FCC}, + {APL17, FCC}, + {APL23, ETSI}, {NULL1, NO_CTL}, {MKK3, MKK}, {MKK5, MKK}, |
