summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/cfp.c
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2015-12-14 04:15:13 -0800
committerKalle Valo <kvalo@codeaurora.org>2015-12-30 16:58:06 +0200
commit610d0af8e8d227e5ecf17568817205a69a206a8f (patch)
tree73ae4d96aa7d3c2e4877409bdcb0b0db4052cfa7 /drivers/net/wireless/marvell/mwifiex/cfp.c
parent7f3f1245ffcde03e46b012119c12d8262e2d297a (diff)
downloadop-kernel-dev-610d0af8e8d227e5ecf17568817205a69a206a8f.zip
op-kernel-dev-610d0af8e8d227e5ecf17568817205a69a206a8f.tar.gz
mwifiex: update region_code_index array
This array contains list of supported region codes. It is changed to make it aligned with region code to country mapping table in driver. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/cfp.c')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/cfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/cfp.c b/drivers/net/wireless/marvell/mwifiex/cfp.c
index beb564f..09fae27 100644
--- a/drivers/net/wireless/marvell/mwifiex/cfp.c
+++ b/drivers/net/wireless/marvell/mwifiex/cfp.c
@@ -67,7 +67,7 @@ static u8 supported_rates_bg[BG_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x0c,
0x60, 0x6c, 0 };
u16 region_code_index[MWIFIEX_MAX_REGION_CODE] = { 0x00, 0x10, 0x20, 0x30,
- 0x32, 0x40, 0x41, 0xff };
+ 0x31, 0x32, 0x40, 0x41, 0x50 };
static u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
OpenPOWER on IntegriCloud