Home
last modified time | relevance | path

Searched refs:sta_hdr (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c253 struct tlv *sta_hdr = sta_wtbl; in mt76_connac_mcu_add_nested_tlv() local
266 if (sta_hdr) { in mt76_connac_mcu_add_nested_tlv()
267 len += le16_to_cpu(sta_hdr->len); in mt76_connac_mcu_add_nested_tlv()
268 sta_hdr->len = cpu_to_le16(len); in mt76_connac_mcu_add_nested_tlv()
305 struct tlv *sta_hdr = sta_wtbl; in mt76_connac_mcu_alloc_wtbl_req() local
322 if (sta_hdr) in mt76_connac_mcu_alloc_wtbl_req()
323 le16_add_cpu(&sta_hdr->len, sizeof(hdr)); in mt76_connac_mcu_alloc_wtbl_req()