|
@@ -66,7 +66,7 @@ static u8 supported_rates_bg[BG_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x0c,
|
|
0x12, 0x16, 0x18, 0x24, 0x30, 0x48,
|
|
0x12, 0x16, 0x18, 0x24, 0x30, 0x48,
|
|
0x60, 0x6c, 0 };
|
|
0x60, 0x6c, 0 };
|
|
|
|
|
|
-u16 region_code_index[MWIFIEX_MAX_REGION_CODE] = { 0x10, 0x20, 0x30,
|
|
|
|
|
|
+u16 region_code_index[MWIFIEX_MAX_REGION_CODE] = { 0x00, 0x10, 0x20, 0x30,
|
|
0x32, 0x40, 0x41, 0xff };
|
|
0x32, 0x40, 0x41, 0xff };
|
|
|
|
|
|
static u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
|
|
static u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
|