diff options
| author | Yingying Tang <yintang@codeaurora.org> | 2017-04-18 16:36:57 +0800 |
|---|---|---|
| committer | Yingying Tang <yintang@codeaurora.org> | 2017-04-18 16:42:41 +0800 |
| commit | 2ca44dae5516a5859840adf795d91e7d38c938e2 (patch) | |
| tree | fb62eab5ee54ac5c123057f668c13e0738d8c3c8 | |
| parent | 66f08bb4a5d8d83dc09ffa2bbbccc749d340a015 (diff) | |
qcacld-2.0: add country code 'NA'
Add country code NA support
Change-Id: Ia0df98627afc08aea9a57498dce050afcdb8f42c
CRs-Fixed: 2034939
| -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 241a234e21a3..59b3cabfe1ce 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 */ - 140, + 141, { {REGDOMAIN_WORLD, {'0', '0'}}, // WORLD DOMAIN {REGDOMAIN_FCC, {'A', 'D'}}, // ANDORRA @@ -380,6 +380,7 @@ static CountryInfoTable_t countryInfoTable = {REGDOMAIN_ETSI, {'M', 'W'}}, //MALAWI {REGDOMAIN_FCC, {'M', 'X'}}, //MEXICO {REGDOMAIN_ETSI, {'M', 'Y'}}, //MALAYSIA + {REGDOMAIN_ETSI, {'N', 'A'}}, //NAMIBIA {REGDOMAIN_ETSI, {'N', 'G'}}, //NIGERIA {REGDOMAIN_FCC, {'N', 'I'}}, //NICARAGUA {REGDOMAIN_ETSI, {'N', 'L'}}, //NETHERLANDS |
