Browse Source

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

Change-Id: I2ee49ebd9740a50063fa0325c29ee236bee36ea1
WMI: in new SCAN_RADIO_CAPABILITIES_EXT2.pdev_id change pdev_id to phy_id
CRs-Fixed: 2262693
spuligil 4 years ago
parent
commit
148fcfc2a7
2 changed files with 2 additions and 3 deletions
  1. 1 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 2
fw/wmi_unified.h

@@ -25945,8 +25945,7 @@ typedef struct {
  */
 typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_WMI_SCAN_RADIO_CAPABILITIES_EXT2 */
-    /* pdev id */
-    A_UINT32 pdev_id;
+    A_UINT32 phy_id;
     /*
      * [0] 1 - SCAN_RADIO supported  0 - SCAN_RADIO  not supported
      * [1] 1 - DFS enabled           0 - DFS disabled

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