Searched refs:rate_scope (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dsta_cmd.c165 struct mwifiex_rate_scope *rate_scope; local
174 rate_scope = (struct mwifiex_rate_scope *) ((u8 *) rate_cfg +
176 rate_scope->type = cpu_to_le16(TLV_TYPE_RATE_SCOPE);
177 rate_scope->length = cpu_to_le16
178 (sizeof(*rate_scope) - sizeof(struct mwifiex_ie_types_header));
180 rate_scope->hr_dsss_rate_bitmap = cpu_to_le16(pbitmap_rates[0]);
181 rate_scope->ofdm_rate_bitmap = cpu_to_le16(pbitmap_rates[1]);
183 i < sizeof(rate_scope->ht_mcs_rate_bitmap) / sizeof(u16);
185 rate_scope->ht_mcs_rate_bitmap[i] =
188 rate_scope
[all...]
H A Dsta_cmdresp.c283 struct mwifiex_rate_scope *rate_scope; local
300 rate_scope = (struct mwifiex_rate_scope *) tlv_buf;
302 le16_to_cpu(rate_scope->hr_dsss_rate_bitmap);
304 le16_to_cpu(rate_scope->ofdm_rate_bitmap);
307 sizeof(rate_scope->ht_mcs_rate_bitmap) /
310 le16_to_cpu(rate_scope->

Completed in 52 milliseconds