Searched refs:wtbl_ht (Results 1 – 2 of 2) sorted by relevance
1351 struct wtbl_ht *wtbl_ht; in mt7615_mcu_set_ht_cap() local1366 wtbl_ht = (struct wtbl_ht *)(buf + buf_len); in mt7615_mcu_set_ht_cap()1367 wtbl_ht->tag = cpu_to_le16(WTBL_HT); in mt7615_mcu_set_ht_cap()1368 wtbl_ht->len = cpu_to_le16(sizeof(*wtbl_ht)); in mt7615_mcu_set_ht_cap()1369 wtbl_ht->ht = 1; in mt7615_mcu_set_ht_cap()1370 wtbl_ht->ldpc = sta->ht_cap.cap & IEEE80211_HT_CAP_LDPC_CODING; in mt7615_mcu_set_ht_cap()1371 wtbl_ht->af = sta->ht_cap.ampdu_factor; in mt7615_mcu_set_ht_cap()1372 wtbl_ht->mm = sta->ht_cap.ampdu_density; in mt7615_mcu_set_ht_cap()1373 buf_len += sizeof(*wtbl_ht); in mt7615_mcu_set_ht_cap()
256 struct wtbl_ht { struct371 sizeof(struct wtbl_ht) + \