mt76_connac_mcu_add_nested_tlv
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_RAW_DATA,
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_BA, sizeof(*ba),
EXPORT_SYMBOL_GPL(mt76_connac_mcu_add_nested_tlv);
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_HDR_TRANS,
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_GENERIC,
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_RX, sizeof(*rx),
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SPE, sizeof(*spe),
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps),
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_HT, sizeof(*ht),
tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_VHT,
struct tlv *mt76_connac_mcu_add_nested_tlv(struct sk_buff *skb, int tag,
return mt76_connac_mcu_add_nested_tlv(skb, tag, len, skb->data, NULL);