diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-17 01:32:30 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-17 01:32:30 -0700 |
| commit | df340b97e54eda514ea304ce5008555feda165fe (patch) | |
| tree | 37d9dcf54ca277257150e373aca94685c5531a85 | |
| parent | 98e0ac4e34172d70ff142b60f80df96aebb3807d (diff) | |
| parent | bb546e7f89c33c806d93d520bf9d0f347dd9c731 (diff) | |
Merge "qcacld-2.0: add country code 'DM'" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/VOSS/src/vos_nvitem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/VOSS/src/vos_nvitem.c b/CORE/VOSS/src/vos_nvitem.c index 3268f2865f34..241a234e21a3 100644 --- a/CORE/VOSS/src/vos_nvitem.c +++ b/CORE/VOSS/src/vos_nvitem.c @@ -288,7 +288,7 @@ chan_to_ht_40_index_map chan_to_ht_40_index[NUM_20MHZ_RF_CHANNELS] = static CountryInfoTable_t countryInfoTable = { /* the first entry in the table is always the world domain */ - 138, + 140, { {REGDOMAIN_WORLD, {'0', '0'}}, // WORLD DOMAIN {REGDOMAIN_FCC, {'A', 'D'}}, // ANDORRA @@ -327,6 +327,7 @@ static CountryInfoTable_t countryInfoTable = {REGDOMAIN_ETSI, {'C', 'Z'}}, //CZECH REPUBLIC {REGDOMAIN_ETSI, {'D', 'E'}}, //GERMANY {REGDOMAIN_ETSI, {'D', 'K'}}, //DENMARK + {REGDOMAIN_FCC, {'D', 'M'}}, //DOMINICA {REGDOMAIN_FCC, {'D', 'O'}}, //DOMINICAN REPUBLIC {REGDOMAIN_ETSI, {'D', 'Z'}}, //ALGERIA {REGDOMAIN_ETSI, {'E', 'C'}}, //ECUADOR |
