host_cmd_tlv_channel_band
struct host_cmd_tlv_channel_band *tlv_band_channel =
(struct host_cmd_tlv_channel_band *)sta_cfg_cmd->tlv_buffer;
struct host_cmd_tlv_channel_band *tlv_band_channel;
(struct host_cmd_tlv_channel_band *)sta_cfg_cmd->tlv_buffer;
struct host_cmd_tlv_channel_band *chan_band;
chan_band = (struct host_cmd_tlv_channel_band *)tlv;
cpu_to_le16(sizeof(struct host_cmd_tlv_channel_band) -
cmd_size += sizeof(struct host_cmd_tlv_channel_band);
tlv += sizeof(struct host_cmd_tlv_channel_band);