Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1372 struct sta_rec_eml_op *eml_op; in mt7996_mcu_set_emlsr_mode() local
1392 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_EML_OP, sizeof(*eml_op)); in mt7996_mcu_set_emlsr_mode()
1393 eml_op = (struct sta_rec_eml_op *)tlv; in mt7996_mcu_set_emlsr_mode()
1394 eml_op->link_bitmap = 0; in mt7996_mcu_set_emlsr_mode()
1412 eml_op->link_bitmap |= BIT(mphy->band_idx); in mt7996_mcu_set_emlsr_mode()