Browse Source

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

WMI: add band info bitfield to mgmt_tx_compl_event
Change-Id: Ib69fd8fa9767f21956606b983344b422e1507f8e
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
70d2e993ca
3 changed files with 11 additions and 1 deletions
  1. 2 0
      fw/htt_stats.h
  2. 8 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/htt_stats.h

@@ -8297,6 +8297,8 @@ typedef struct {
      * nfcal_iteration_counts[0] - home NF iteration counter
      * nfcal_iteration_counts[1] - scan NF iteration counter
      * nfcal_iteration_counts[2] - periodic NF iteration counter
+     * These counters are not reset automatically; they are only reset
+     * when explicitly requested by the host.
      */
     A_UINT32 nfcal_iteration_counts[3];
 } htt_stats_phy_reset_stats_tlv;

+ 8 - 0
fw/wmi_unified.h

@@ -9860,6 +9860,14 @@ typedef struct {
     /* current 64 bit TSF timestamp */
     A_UINT32 tx_tsf_l32;
     A_UINT32 tx_tsf_u32;
+    /* info:
+     * Bit[0:2]   - band on which frame is sent, band value will be
+     *              one of the wmi_mlo_band_info_t enum constants.
+     *              Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET
+     *              can be reused for setting mlo band info.
+     * Bit[3:31]  - reserved
+     */
+    A_UINT32 info;
 } wmi_mgmt_tx_compl_event_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 1408
+#define __WMI_REVISION_ 1409
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work