fw-api: CL 22186584 - update fw common interface files

Change-Id: I800e7dba278c3e81914d185987c33681650e44c1
HTT: fix htt_tx_monitor_cfg_t def to only have 32 bits per word
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-03-22 06:01:06 -07:00
committed by Madan Koyyalamudi
vanhempi 906deb2ffd
commit d7a2f33bbe

Näytä tiedosto

@@ -7184,7 +7184,7 @@ PREPACK struct htt_tx_monitor_cfg_t {
rsvd4: 10; rsvd4: 10;
A_UINT32 tx_queue_ext_v2_word_mask: 12, A_UINT32 tx_queue_ext_v2_word_mask: 12,
tx_peer_entry_v2_word_mask: 12, tx_peer_entry_v2_word_mask: 12,
rsvd5: 10; rsvd5: 8;
A_UINT32 fes_status_end_word_mask: 16, A_UINT32 fes_status_end_word_mask: 16,
response_end_status_word_mask: 16; response_end_status_word_mask: 16;
A_UINT32 fes_status_prot_word_mask: 11, A_UINT32 fes_status_prot_word_mask: 11,