Searched refs:wtbl_vht (Results 1 – 2 of 2) sorted by relevance
1382 struct wtbl_vht *wtbl_vht; in mt7615_mcu_set_ht_cap() local1384 wtbl_vht = (struct wtbl_vht *)(buf + buf_len); in mt7615_mcu_set_ht_cap()1385 buf_len += sizeof(*wtbl_vht); in mt7615_mcu_set_ht_cap()1386 wtbl_vht->tag = cpu_to_le16(WTBL_VHT); in mt7615_mcu_set_ht_cap()1387 wtbl_vht->len = cpu_to_le16(sizeof(*wtbl_vht)); in mt7615_mcu_set_ht_cap()1388 wtbl_vht->ldpc = sta->vht_cap.cap & IEEE80211_VHT_CAP_RXLDPC; in mt7615_mcu_set_ht_cap()1389 wtbl_vht->vht = 1; in mt7615_mcu_set_ht_cap()
266 struct wtbl_vht { struct372 sizeof(struct wtbl_vht) + \