Searched refs:sta_vht (Results 1 – 1 of 1) sorted by relevance
1447 struct sta_rec_vht *sta_vht; in mt7615_mcu_set_ht_cap() local1449 sta_vht = (struct sta_rec_vht *)(buf + buf_len); in mt7615_mcu_set_ht_cap()1450 buf_len += sizeof(*sta_vht); in mt7615_mcu_set_ht_cap()1451 sta_vht->tag = cpu_to_le16(STA_REC_VHT); in mt7615_mcu_set_ht_cap()1452 sta_vht->len = cpu_to_le16(sizeof(*sta_vht)); in mt7615_mcu_set_ht_cap()1453 sta_vht->vht_cap = cpu_to_le32(sta->vht_cap.cap); in mt7615_mcu_set_ht_cap()1454 sta_vht->vht_rx_mcs_map = sta->vht_cap.vht_mcs.rx_mcs_map; in mt7615_mcu_set_ht_cap()1455 sta_vht->vht_tx_mcs_map = sta->vht_cap.vht_mcs.tx_mcs_map; in mt7615_mcu_set_ht_cap()