Lines Matching refs:vht
875 struct sta_rec_vht *vht; in mt76_connac_mcu_sta_tlv() local
878 len = is_mt7921(dev) ? sizeof(*vht) : sizeof(*vht) - 4; in mt76_connac_mcu_sta_tlv()
880 vht = (struct sta_rec_vht *)tlv; in mt76_connac_mcu_sta_tlv()
881 vht->vht_cap = cpu_to_le32(sta->deflink.vht_cap.cap); in mt76_connac_mcu_sta_tlv()
882 vht->vht_rx_mcs_map = sta->deflink.vht_cap.vht_mcs.rx_mcs_map; in mt76_connac_mcu_sta_tlv()
883 vht->vht_tx_mcs_map = sta->deflink.vht_cap.vht_mcs.tx_mcs_map; in mt76_connac_mcu_sta_tlv()
993 struct wtbl_vht *vht; in mt76_connac_mcu_wtbl_ht_tlv() local
997 sizeof(*vht), wtbl_tlv, in mt76_connac_mcu_wtbl_ht_tlv()
999 vht = (struct wtbl_vht *)tlv; in mt76_connac_mcu_wtbl_ht_tlv()
1000 vht->ldpc = vht_ldpc && in mt76_connac_mcu_wtbl_ht_tlv()
1002 vht->vht = true; in mt76_connac_mcu_wtbl_ht_tlv()