Home
last modified time | relevance | path

Searched refs:vht_op (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c164 struct mwifiex_ie_types_vht_oper *vht_op; in mwifiex_cmd_append_11ac_tlv() local
196 memset(vht_op, 0, sizeof(*vht_op)); in mwifiex_cmd_append_11ac_tlv()
197 vht_op->header.type = in mwifiex_cmd_append_11ac_tlv()
199 vht_op->header.len = cpu_to_le16(sizeof(*vht_op) - in mwifiex_cmd_append_11ac_tlv()
201 memcpy((u8 *)vht_op + in mwifiex_cmd_append_11ac_tlv()
213 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
218 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
223 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
228 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
233 *buffer += sizeof(*vht_op); in mwifiex_cmd_append_11ac_tlv()
[all …]