Commit Graph

169 Commits

Author SHA1 Message Date
spuligil
7eb727d8f2 fw-api: CL 25234042 - update fw common interface files
HTT stats: add whal_wsi stats TLV
Change-Id: Iabb4bb9ceaa0b147fac6ab32814f3e395c0991b9
CRs-Fixed: 2262693
2023-11-18 23:09:15 -08:00
spuligil
b47a400650 fw-api: CL 25104555 - update fw common interface files
HTT: add TX_FW2WBM_REINJECT_REASON_SAWF_SVC_CLASS_ID_ABSENT def
Change-Id: Ic32cc26aa152ab6952bdcdee1e66031f770fa9a5
CRs-Fixed: 2262693
2023-11-09 14:22:10 -08:00
spuligil
0ddccfd517 fw-api: CL 24914490 - update fw common interface files
HTT stats: clean up stats struct names to facilitate automation
Apply the following cleanups and extensions in the htt_stats.h and htt.h files, to facilitate automatic generation of the .c code and .json layout specification files used by the ODD host+cloud framework to display HTT stats: Make the HTT TLV struct names be consistent with the TLV tag names (while keeping old names as aliases for the new names).Add specifications in htt_stats_tlv_tag_t enum elements to clarify how to publish the stats TLV object.Remove needless names in embedded structs, e.g. the _bar in struct bar { A_UINT32 a; struct _bar { A_UINT32 b; A_UINT32 c; } bar; };.Change no-element arrays to single-element arrays, e.g. change struct foo { struct bar_tlv bar[]; } to struct foo { struct bar_tlv bar[1]; }.
Change-Id: I671fba8a4d3fffcc77b6817a823e7b9000793754
CRs-Fixed: 2262693
2023-10-23 10:07:07 -07:00
spuligil
88452b3c8a fw-api: CL 24331558 - update fw common interface files
HTT stats: add pdev_mlo_ipc_stats TLV, add fields in rx_pdev_be_ul_trigger
Change-Id: I66f6f53ba035d348879b88f21321998c2adabe3a
CRs-Fixed: 2262693
2023-09-13 14:21:46 -07:00
spuligil
2cc80b1e40 fw-api: CL 24285962 - update fw common interface files
WMI: add SAR version constants
Change-Id: I051d1d418c7198ab774505dc3508d16f00f1c928
CRs-Fixed: 2262693
2023-09-13 14:21:40 -07:00
spuligil
c4506fca73 fw-api: CL 24269688 - update fw common interface files
HTT: add H2T TX_LATENCY_STATS_CFG def
Change-Id: I66bb997d9aa5a5e1b938f0bba89a34fdcc15c4e2
CRs-Fixed: 2262693
2023-08-22 19:24:29 -07:00
spuligil
222ac4615f fw-api: CL 24263101 - update fw common interface files
HTT: add transmit count field in tx_wbm_completion structs
Change-Id: Id32dbf9ea0c17a2c04b490dfa5b1a2173c47d6d3
CRs-Fixed: 2262693
2023-08-22 19:24:27 -07:00
spuligil
1d3f39feab fw-api: CL 24258897 - update fw common interface files
HTT stats: add MLO sched stats

Change-Id: If79724011339c98977c9a79a73398c5402dabe57
CRs-Fixed: 2262693
2023-08-22 19:24:24 -07:00
spuligil
57122144ea fw-api: CL 23935730 - update fw common interface files
add HTT_RXDATA_ERR_INVALID_PEER def

Change-Id: Ie936cf743ffc196615bea93ba9977c745d8a8073
CRs-Fixed: 2262693
2023-07-25 06:04:47 -07:00
spuligil
a7e13535d7 fw-api: CL 23485848 - update fw common interface files
Change-Id: I647204a3ac2b5581a6a920d5bd7b8ca0b2423498
HTT: expand fisa_aggr_limit from 4 -> 6 bits in h2t fisa_config_t
CRs-Fixed: 2262693
2023-06-14 18:02:01 -07:00
spuligil
9e139737f2 fw-api: CL 23459857 - update fw common interface files
Change-Id: Ia891132dd204c05bc927ca0784e101e9e53cfec7
HTT: add T2H PEER_EXTENDED_EVENT msg def
CRs-Fixed: 2262693
2023-06-13 06:02:56 -07:00
spuligil
e85a958191 fw-api: CL 23191762 - update fw common interface files
HTT stats: report FW CoDel drop, no-drop counters
Define HTT stats TLVs for reporting how many times the FWs CoDel latency-control logic did / didnt choose to drop the head MSDU from a CoDel-enabled MSDU queue following completion of a CoDel latency stats collection window.These drop + no-drop stats are defined per service class and per MSDU queue, though it is expected that the FW will only support per-queue CoDel stats in debug build.

Change-Id: I9cb45834f3429fc7b807bfb031d7bb2cd7f0d5ee
CRs-Fixed: 2262693
2023-06-02 09:02:06 -07:00
spuligil
2bed33ddd1 fw-api: CL 22585871 - update fw common interface files
HTT stats: pdev TDMA stats

Change-Id: Ic2ed8a98b68b115cab275f12f88348d0a02147d2
CRs-Fixed: 2262693
2023-04-17 15:28:42 -07:00
spuligil
088136035e fw-api: CL 22520756 - update fw common interface files
Change-Id: I409c61acfd6b36d0c51ada135ac193d4ef8cd917
HTT: add fw_offloads_inspected flag in t2h_rx_data_msdu_info struct
CRs-Fixed: 2262693
2023-04-17 15:28:32 -07:00
spuligil
e6ae8d617a fw-api: CL 22378824 - update fw common interface files
Change-Id: I309493d62a98f59656f39cf0805cfed79a8f9907
HTT: reduce PPDU_STATS_PPDU_ID to 25 bits
CRs-Fixed: 2262693
2023-04-04 12:01:57 -07:00
spuligil
bb5d9acc3b fw-api: CL 22315999 - update fw common interface files
HTT stats: MLO UMAC recovery stats

Change-Id: If81adb06be493ad32ca479b704373d5284bcf10f
CRs-Fixed: 2262693
2023-04-03 03:21:14 -07:00
spuligil
51d4f3fb25 fw-api: CL 22203883 - update fw common interface files
Change-Id: I8f9090b80f01eb16f80096e0beaa2124df9576a1
HTT: add src_info field in primary_link_peer_migrate_resp msg
CRs-Fixed: 2262693
2023-03-23 06:49:29 -07:00
spuligil
d7a2f33bbe 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
2023-03-23 06:49:01 -07:00
Miaoqing Pan
572bedeeaa fw-api: remove banned words
Remove banned words from comment.

CRs-Fixed: 3439425
Change-Id: I9679125be5d20fda958e78864536bdf4cfc1b9de
2023-03-21 04:46:29 -07:00
spuligil
e64d566560 fw-api: CL 22011543 - update fw common interface files
Remove banned phrase Q2Q from htt.h comment

Change-Id: Icdc40ba4ea15f81d45a2a1a5b724edfb85b72d0d
CRs-Fixed: 2262693
2023-03-13 17:07:32 -07:00
spuligil
248734da25 fw-api: CL 21803370 - update fw common interface files
Change-Id: Ica2c49dd57fa5edf80ef5bb49051a51fe1dd3960
HTT: add ast_index bitfield in tx_tcl_svc_class_id_metadata
CRs-Fixed: 2262693
2023-02-28 06:02:42 -08:00
spuligil
09e326d5c1 fw-api: CL 21774881 - update fw common interface files
Change-Id: I7cf88ec7f23d1b612c0786ccd18f5b48621d0ee1
HTT: add is_umac_hang flag in H2T UMAC_HANG_RECOVERY_SOC_START_PRE_RESET msg
CRs-Fixed: 2262693
2023-02-26 06:01:49 -08:00
spuligil
ad19db4e2d fw-api: CL 21737959 - update fw common interface files
WMI, HTT stats: add UL OFDMA trigger specs + stats

Change-Id: I783619550c9ecbf3587556e5194cd2f2457cd409
CRs-Fixed: 2262693
2023-02-24 12:01:46 -08:00
spuligil
425be5863a fw-api: CL 21708534 - update fw common interface files
Change-Id: I16b9c94e5ec9db1d81c96a6fed85b3e6f34b9484
HTT: add flags for UMAC hang recovery
CRs-Fixed: 2262693
2023-02-21 18:02:39 -08:00
spuligil
e01004f7e8 fw-api: CL 21673808 - update fw common interface files
Change-Id: I4dbf9105c82d1fe62da9f13d57e43df39886bade
HTT: add T2H PEER_AST_OVERRIDE_INDEX msg def
CRs-Fixed: 2262693
2023-02-19 06:02:25 -08:00
spuligil
60bac84951 fw-api: CL 21666402 - update fw common interface files
Change-Id: Icd2761be49049bc438767522d7a13fd4743d5ff8
HTT: add T2H PRIMARY_PEER_MIGRATE_IND msg def
CRs-Fixed: 2262693
2023-02-18 06:01:48 -08:00
spuligil
1700bc6b1c fw-api: CL 21636648 - update fw common interface files
Change-Id: I93d5f5c36943b220c1aed6cd82511ba92d186af4
HTT: change vdev ID to pdev ID in H2T RX_CCE_SUPER_RULE_SETUP msg
CRs-Fixed: 2262693
2023-02-16 12:03:13 -08:00
spuligil
9d62b0a4f2 fw-api: CL 21615063 - update fw common interface files
Change-Id: I4a0d62c3155a5547e6519cb59a52420a104bcb4c
HTT: add htt_rx_peer_metadata_v1a, _v1b defs
CRs-Fixed: 2262693
2023-02-15 12:02:29 -08:00
spuligil
c8049c310b fw-api: CL 21541123 - update fw common interface files
Change-Id: I019d5fd6f75f8d1817be69ab9dc0a033440c8456
HTT: add T2H SOFT_UMAC_TX_COMPL_IND and RX_DATA_IND msg defs
CRs-Fixed: 2262693
2023-02-10 18:01:43 -08:00
spuligil
2a6930a92c fw-api: CL 21473564 - update fw common interface files
HTT stats: add UMAC SubSystem Reset stats

Change-Id: I6f8a600e57b9ecf4b4f78570445df82ebfaea55a
CRs-Fixed: 2262693
2023-02-07 12:01:39 -08:00
spuligil
9ea024200a fw-api: CL 21330000 - update fw common interface files
HTT: add T2H CODEL_MSDUQ_LATENCIES_ARRAY_CFG_IND msg def
Define a new HTT T2H message to specify the location and size of an array shared between host and target to allow the host to periodicially provide MSDU queue latency stats to the target (for use by the CoDel latency-management algorithm).

Change-Id: I8c5bff2234f5b0371eb04469410ea9fe37a3d106
CRs-Fixed: 2262693
2023-01-30 06:08:15 -08:00
spuligil
f8e35dc5f6 fw-api: CL 21225942 - update fw common interface files
Change-Id: I4f3c1bb65c7b56781cf93163aa7dabd8a87dcd9a
HTT: add TX_MONITOR_CFG_WORD_MASK_COMPACTION_ENABLE flag
CRs-Fixed: 2262693
2023-01-20 06:02:33 -08:00
spuligil
543dc57971 fw-api: CL 21148594 - update fw common interface files
Change-Id: Ide852165e6c025572926292812dea29e204ab1ab
HTT: add H2T RX_CCE_SUPER_RULE_SETUP + T2H SETUP_DONE msg def
CRs-Fixed: 2262693
2023-01-16 06:01:53 -08:00
spuligil
39c6892444 fw-api: CL 21136812 - update fw common interface files
HTT stats: add MLO abort and MLO tx op abort stats counters

Change-Id: I01dd4a21602fdb80dd6b87bcbfb8d22c7df21257
CRs-Fixed: 2262693
2023-01-14 12:01:58 -08:00
spuligil
dca4709169 fw-api: CL 20679446 - update fw common interface files
HTT stats: add mbssid_ctrl_frame_stats TLV

Change-Id: I5c07d2b8401fda39212d9e9ff71a9f5e181ad4b1
CRs-Fixed: 2262693
2022-12-09 06:01:42 -08:00
spuligil
333b40eb7f fw-api: CL 20661618 - update fw common interface files
Change-Id: I2ceaf762166f0a7a33c5b258f83531e5733c44d6
HTT: add UMAC_HANG_RECOVERY_SOC_START_PRE_RESET, add shmem flags
CRs-Fixed: 2262693
2022-12-08 21:39:59 -08:00
spuligil
4d3b38625a fw-api: CL 20556455 - update fw common interface files
Change-Id: Ie310555ee3107e6a74dc52b759076e050bab8a9c
HTT: add rx msdu,mpdu,ppdu pkt type enable fields in rx_ring_selection_cfg_t
CRs-Fixed: 2262693
2022-12-08 21:39:44 -08:00
spuligil
c8e205ec5d fw-api: CL 20254047 - update fw common interface files
HTT stats: deprecate tx_pdev muedca_params_stats, add mu_edca_params_stats

Change-Id: I036fdff76bf1614aca85da3330aa8dfc790710ab
CRs-Fixed: 2262693
2022-11-09 18:02:20 -08:00
spuligil
0fe421743d fw-api: CL 20220890 - update fw common interface files
Change-Id: I10438f0696214e052e0be54cca6a686e7b13b60d
HTT: fix RXPXU -> RXPCU macro typo
CRs-Fixed: 2262693
2022-11-07 18:01:34 -08:00
spuligil
0cdf002737 fw-api: CL 20167573 - update fw common interface files
HTT stats: add peer_ax_ofdma_stats TLV

Change-Id: I9e700f063acbe4553423984618597b5c5f81ac1c
CRs-Fixed: 2262693
2022-11-02 18:01:52 -07:00
spuligil
14e1479280 fw-api: CL 20115927 - update fw common interface files
Change-Id: I489c2e09289f603b7e7dd8bbfa87da01edabbabe
HTT: add logical_link_id field in rx_peer_metadata_v1
CRs-Fixed: 2262693
2022-11-01 05:46:05 -07:00
spuligil
c1b7a12847 fw-api: CL 20102421 - update fw common interface files
Change-Id: I19b148dc94108b62c5925606c7d7c8eab55dfc51
HTT: add RXPCU filter enable flag in RX_RING_SELECTION_CFG msg
CRs-Fixed: 2262693
2022-11-01 05:46:02 -07:00
spuligil
9af1257ebb fw-api: CL 20071754 - update fw common interface files
wlanfw_cmn: fix spelling errors in code comments
Fix spelling errors in code comments within the .h files that define the host/target interface.

Change-Id: I98c7b607238adacf7b8615b60ffb3bcef482815a
CRs-Fixed: 2262693
2022-10-26 12:01:35 -07:00
spuligil
a23fccec8f fw-api: CL 19971866 - update fw common interface files
HTT stats: add AX,BE OFDMA RBO,SIFS steer counters

Change-Id: I230f4dd06cc08456c1f3a4afe22f8174e421d738
CRs-Fixed: 2262693
2022-10-17 18:02:12 -07:00
spuligil
38752d3739 fw-api: CL 19822308 - update fw common interface files
Change-Id: If655723bf9619809492e88b35b2d551e48254f00
HTT: add more word_mask fields in htt_tx_monitor_cfg_t
CRs-Fixed: 2262693
2022-10-05 06:01:34 -07:00
spuligil
ad6b018fce fw-api: CL 19790556 - update fw common interface files
HTT stats: add MU MIMO+OFDMA EDCA aggressiveness counters

Change-Id: I41f9b70f3f250616fac9d88dc1a7f2573039db79
CRs-Fixed: 2262693
2022-10-01 06:01:40 -07:00
spuligil
8da109b892 fw-api: CL 19398158 - update fw common interface files
HTT stats: add pdev_bw_mgr_stats TLV def

Change-Id: Iec5240537d6fd62519872711b12fc1869a7f4798
CRs-Fixed: 2262693
2022-08-29 06:02:04 -07:00
spuligil
6cf3c96cc3 fw-api: CL 19348400 - update fw common interface files
HTT stats: add MUEDCA params TLV def

Change-Id: Iad6eea3d8a5d8ae9bf367efa5a65c76b090c21b7
CRs-Fixed: 2262693
2022-08-25 06:01:47 -07:00
spuligil
2d41870849 fw-api: CL 19327828 - update fw common interface files
HTT stats: add htt_latency_prof_cal_stats TLV def

Change-Id: I25f33355efbfafd15cdfd4aa0567b2dde200117a
CRs-Fixed: 2262693
2022-08-24 06:03:37 -07:00
spuligil
7087797d5e fw-api: CL 19115988 - update fw common interface files
HTT stats: add ODD mandatory stats for MU-MIMO, MU-OFDMA

Change-Id: I0910dfc19074f5ed66b8bac2719f754d8b96c049
CRs-Fixed: 2262693
2022-08-16 12:29:36 -07:00