Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c176 struct mwifiex_ie_types_vht_oper *vht_op; in mwifiex_cmd_append_11ac_tlv() local
207 vht_op = (struct mwifiex_ie_types_vht_oper *)*buffer; in mwifiex_cmd_append_11ac_tlv()
208 memset(vht_op, 0, sizeof(*vht_op)); in mwifiex_cmd_append_11ac_tlv()
209 vht_op->header.type = in mwifiex_cmd_append_11ac_tlv()
211 vht_op->header.len = cpu_to_le16(sizeof(*vht_op) - in mwifiex_cmd_append_11ac_tlv()
213 memcpy((u8 *)vht_op + in mwifiex_cmd_append_11ac_tlv()
216 le16_to_cpu(vht_op->header.len)); in mwifiex_cmd_append_11ac_tlv()
225 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
230 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
235 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv()
[all …]