Searched refs:wtbl_smps (Results 1 – 2 of 2) sorted by relevance
1400 struct wtbl_smps *wtbl_smps; in mt7615_mcu_set_ht_cap() local1402 wtbl_smps = (struct wtbl_smps *)(buf + buf_len); in mt7615_mcu_set_ht_cap()1403 buf_len += sizeof(*wtbl_smps); in mt7615_mcu_set_ht_cap()1404 wtbl_smps->tag = cpu_to_le16(WTBL_SMPS); in mt7615_mcu_set_ht_cap()1405 wtbl_smps->len = cpu_to_le16(sizeof(*wtbl_smps)); in mt7615_mcu_set_ht_cap()1406 wtbl_smps->smps = 1; in mt7615_mcu_set_ht_cap()
337 struct wtbl_smps { struct377 sizeof(struct wtbl_smps) + \