Lines Matching +full:0 +full:x104

40 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 };
42 static u8 adhoc_rates_g[G_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24,
43 0xb0, 0x48, 0x60, 0x6c, 0 };
45 static u8 adhoc_rates_bg[BG_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96,
46 0x0c, 0x12, 0x18, 0x24,
47 0x30, 0x48, 0x60, 0x6c, 0 };
49 static u8 adhoc_rates_a[A_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24,
50 0xb0, 0x48, 0x60, 0x6c, 0 };
51 static u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
52 0xb0, 0x48, 0x60, 0x6c, 0 };
53 static u16 mwifiex_data_rates[MWIFIEX_SUPPORTED_RATES_EXT] = { 0x02, 0x04,
54 0x0B, 0x16, 0x00, 0x0C, 0x12, 0x18,
55 0x24, 0x30, 0x48, 0x60, 0x6C, 0x90,
56 0x0D, 0x1A, 0x27, 0x34, 0x4E, 0x68,
57 0x75, 0x82, 0x0C, 0x1B, 0x36, 0x51,
58 0x6C, 0xA2, 0xD8, 0xF3, 0x10E, 0x00 };
60 static u8 supported_rates_b[B_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x16, 0 };
62 static u8 supported_rates_g[G_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24,
63 0x30, 0x48, 0x60, 0x6c, 0 };
65 static u8 supported_rates_bg[BG_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x0c,
66 0x12, 0x16, 0x18, 0x24, 0x30, 0x48,
67 0x60, 0x6c, 0 };
69 u16 region_code_index[MWIFIEX_MAX_REGION_CODE] = { 0x10, 0x20, 0x30,
70 0x32, 0x40, 0x41, 0xff };
72 static u8 supported_rates_n[N_SUPPORTED_RATES] = { 0x02, 0x04, 0 };
87 { 0x1b, 0x36, 0x51, 0x6c, 0xa2, 0xd8, 0xf3, 0x10e, in mwifiex_index_to_data_rate()
88 0x36, 0x6c, 0xa2, 0xd8, 0x144, 0x1b0, 0x1e6, 0x21c }, in mwifiex_index_to_data_rate()
91 { 0x1e, 0x3c, 0x5a, 0x78, 0xb4, 0xf0, 0x10e, 0x12c, in mwifiex_index_to_data_rate()
92 0x3c, 0x78, 0xb4, 0xf0, 0x168, 0x1e0, 0x21c, 0x258 }, in mwifiex_index_to_data_rate()
95 { 0x0d, 0x1a, 0x27, 0x34, 0x4e, 0x68, 0x75, 0x82, in mwifiex_index_to_data_rate()
96 0x1a, 0x34, 0x4e, 0x68, 0x9c, 0xd0, 0xea, 0x104 }, in mwifiex_index_to_data_rate()
99 { 0x0e, 0x1c, 0x2b, 0x39, 0x56, 0x73, 0x82, 0x90, in mwifiex_index_to_data_rate()
100 0x1c, 0x39, 0x56, 0x73, 0xad, 0xe7, 0x104, 0x120 } in mwifiex_index_to_data_rate()
106 if (ht_info & BIT(0)) { in mwifiex_index_to_data_rate()
109 rate = 0x0D; /* MCS 32 SGI rate */ in mwifiex_index_to_data_rate()
111 rate = 0x0C; /* MCS 32 LGI rate */ in mwifiex_index_to_data_rate()
119 rate = mcs_rate[0][index]; in mwifiex_index_to_data_rate()
129 rate = mwifiex_data_rates[0]; in mwifiex_index_to_data_rate()
132 index = 0; in mwifiex_index_to_data_rate()
152 return 0; in mwifiex_data_rate_to_index()
165 return mwifiex_copy_rates(rates, 0, in mwifiex_get_active_data_rates()
194 for (i = 0; i < sband->n_channels; i++) { in mwifiex_get_cfp_by_band_and_channel_from_cfg80211()
237 for (i = 0; i < sband->n_channels; i++) { in mwifiex_get_cfp_by_band_and_freq_from_cfg80211()
262 int rate_num = 0; in mwifiex_is_rate_auto()
264 for (i = 0; i < ARRAY_SIZE(priv->bitmap_rates); i++) in mwifiex_is_rate_auto()
281 for (i = 0; i < size * 8; i++) in mwifiex_get_rate_index()
285 return 0; in mwifiex_get_rate_index()
296 u32 k = 0; in mwifiex_get_supported_rates()