Searched refs:sta_ht (Results 1 – 1 of 1) sorted by relevance
1350 struct sta_rec_ht *sta_ht; in mt7615_mcu_set_ht_cap() local1440 sta_ht = (struct sta_rec_ht *)(buf + buf_len); in mt7615_mcu_set_ht_cap()1441 sta_ht->tag = cpu_to_le16(STA_REC_HT); in mt7615_mcu_set_ht_cap()1442 sta_ht->len = cpu_to_le16(sizeof(*sta_ht)); in mt7615_mcu_set_ht_cap()1443 sta_ht->ht_cap = cpu_to_le16(sta->ht_cap.cap); in mt7615_mcu_set_ht_cap()1444 buf_len += sizeof(*sta_ht); in mt7615_mcu_set_ht_cap()