Searched refs:chan_band (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c476 struct host_cmd_tlv_channel_band *chan_band; local
533 chan_band = (struct host_cmd_tlv_channel_band *)tlv;
534 chan_band->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
535 chan_band->header.len =
538 chan_band->band_config = bss_cfg->band_cfg;
539 chan_band->channel = bss_cfg->channel;
H A Dscan.c2098 struct chan_band_param_set *chan_band; local
2193 chan_band = &chan_band_tlv->chan_band_param[idx];
2194 radio_type = &chan_band->radio_type;
2208 pmatch->channels[0] = chan_band->chan_number;
H A Dmain.h510 u8 chan_band:2; member in struct:mwifiex_band_config

Completed in 241 milliseconds