Răsfoiți Sursa

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

Make set chan list a pdev level cmd.

Change-Id: Iff2d7698c7e2869f6f270a7f604338487df606a0
CRs-Fixed: 865207
Manjeet Singh 8 ani în urmă
părinte
comite
90bdb6a9a4
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -2840,6 +2840,7 @@ typedef struct {
 	A_UINT32 num_scan_chans;
 	/** no of elements in chan_info[] */
 	A_UINT32 flags;         /* Flags used to control the behavior of channel list update on target side */
+	A_UINT32 pdev_id; /* pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values */
 	/** Followed by the variable length TLV chan_info:
 	 *  wmi_channel chan_info[] */
 } wmi_scan_chan_list_cmd_fixed_param;

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