|
@@ -48,7 +48,7 @@ static u8 adhoc_rates_bg[BG_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96,
|
|
|
|
|
|
static u8 adhoc_rates_a[A_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24,
|
|
|
0xb0, 0x48, 0x60, 0x6c, 0 };
|
|
|
-u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
|
|
|
+static u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
|
|
|
0xb0, 0x48, 0x60, 0x6c, 0 };
|
|
|
static u16 mwifiex_data_rates[MWIFIEX_SUPPORTED_RATES_EXT] = { 0x02, 0x04,
|
|
|
0x0B, 0x16, 0x00, 0x0C, 0x12, 0x18,
|
|
@@ -57,19 +57,19 @@ static u16 mwifiex_data_rates[MWIFIEX_SUPPORTED_RATES_EXT] = { 0x02, 0x04,
|
|
|
0x75, 0x82, 0x0C, 0x1B, 0x36, 0x51,
|
|
|
0x6C, 0xA2, 0xD8, 0xF3, 0x10E, 0x00 };
|
|
|
|
|
|
-u8 supported_rates_b[B_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x16, 0 };
|
|
|
+static u8 supported_rates_b[B_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x16, 0 };
|
|
|
|
|
|
-u8 supported_rates_g[G_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
|
|
|
+static u8 supported_rates_g[G_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
|
|
|
0x30, 0x48, 0x60, 0x6c, 0 };
|
|
|
|
|
|
-u8 supported_rates_bg[BG_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x0c,
|
|
|
+static u8 supported_rates_bg[BG_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x0c,
|
|
|
0x12, 0x16, 0x18, 0x24, 0x30, 0x48,
|
|
|
0x60, 0x6c, 0 };
|
|
|
|
|
|
u16 region_code_index[MWIFIEX_MAX_REGION_CODE] = { 0x10, 0x20, 0x30,
|
|
|
0x32, 0x40, 0x41, 0xff };
|
|
|
|
|
|
-u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
|
|
|
+static u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
|
|
|
|
|
|
/*
|
|
|
* This function maps an index in supported rates table into
|