fix HTT_PPDU_STATS_SEQ_TYPE start val; clean up HTT stats defs used w. pktlog
The HTT_PPDU_STATS_SEQ_TYPE enum values currently start with 0, which results in an inability to distinguish between the ppdu_seq_type not being specified (and thus defaulting to 0x0), versus being specified as HTT_SEQTYPE_SU, which currently has a value of 0.This change introduces a HTT_SEQTYPE_UNSPECIFIED = 0 enum value, and adds 1 to all current enum values.This change is not backwards compatible, but this is acceptable because neither host SW nor target FW have started using these new HTT_PDDU_STATS_SEQ_TYPE enums yet.This change also makes the following clean-ups within the HTT stats defs that are used within pktlog logging: Add htt_t2h_ppdu_stats_ind_hdr_t struct def (for use within FW, where endianness is known).Provide a struct def for the initial, non-HW dependent part of htt_ppdu_stats_sch_cmd_tlv_v.Change the array elements in htt_ppdu_stats_usr_common_array_tlv_v from A_UINT32 to htt_tx_ppdu_stats_info.Use union to show tag and length bitfields wtihin tag__length A_UINT32 field of htt_tlv_hdr_t.
Change-Id: If8c4dc098a870c01cbdd6d1aeef10fb3542f1ea2
CRs-Fixed: 2262693
ath10k: provide channel state information, HTT CFR indication
<Describe here the change summary in detail>
Change-Id: I507e4a4aef7d321d3ad834a0ee1f9b8fc1238113
CRs-Fixed: 2262693
fix HTT_RX_DELBA_INITIATOR_SET macro
In the HTT_RX_DELBA_INITIATOR_SET, change HTT_RX_DELBA_INITIATOR to HTT_RX_DELBA_INITIATOR_S. (Also, remove end-of-line whitespace from wlan_nan_msg.h)
Change-Id: I2bff4e3d9cbaadf17a324b5a9023f8a6c1d55658
CRs-Fixed: 2262693
Add structure changes for querying WDI-stats, register the callback
functions for IPA to query WDI stats and sets the quota limit
Change-Id: I05d9d50fad735fa0a57c4de23c81461f6e12b648
CRs-Fixed: 1115372
Fix the values of the macros used to extract fields from the
HTT ring configuration message sent from the host to the firmware
Change-Id: I4c274a4ec8cd3b5d180c679ed3aaaa7fb7bf5b99
CRs-Fixed: 1116939
add firmware common files into separated project.
Included firmware common htt and wmi.
Included hardware common header files for napier and hawkeye
Change-Id: I8724057eb9aa21f7614231d1943177e780ed16b1
CRs-fixed: 1074308