소스 검색

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

Change-Id: I277a78e1f75de342330aa1eb80bcb1a43b23ff99
WMI: add pdev_id in PDEV_BSS_CHAIN_INFO_REQUEST,EVENT msgs
CRs-Fixed: 2262693
spuligil 5 년 전
부모
커밋
920360e305
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -6478,6 +6478,7 @@ typedef struct {
 typedef struct {
     A_UINT32 tlv_header; /* WMITLV_TAG_STRUC_wmi_pdev_bss_chan_info_request_fixed_param */
     A_UINT32 param;   /* 1 = read only, 2= read and clear */
+    A_UINT32 pdev_id; /* pdev_id for identifying mac */
 } wmi_pdev_bss_chan_info_request_fixed_param;
 
 typedef struct {
@@ -6774,6 +6775,7 @@ typedef struct {
 
     A_UINT32 rx_bss_cycle_count_low;    /* low 31 bits of rx cycle cnt for my bss in 64bits format */
     A_UINT32 rx_bss_cycle_count_high;   /* high 31 bits of rx_cycle cnt for my bss in 64bits format */
+    A_UINT32 pdev_id;                   /* pdev_id for identifying the MAC */
 } wmi_pdev_bss_chan_info_event_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 749
+#define __WMI_REVISION_ 750
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work