Sfoglia il codice sorgente

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

Change-Id: Ifb190d6bfbc60a42d8d8c9baff51b1d56e4cc9b4
WMI: beacon fwd flags in VDEV_PARAM_SMART_MONITOR cfg
CRs-Fixed: 2262693
spuligil 3 anni fa
parent
commit
f5b41a647b
2 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. 7 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 1
fw/wmi_unified.h

@@ -12911,7 +12911,13 @@ typedef enum {
     /* vdev param to configure the Smart Monitor features
      *  Bit : 0     - enable/disable Trigger frames
      *  Bit : 1     - enable/disable QOS frames
-     *  Bit : 2-31  - reserved
+     *  Bit : 2-4   - if 1, fwd beacon frames from connected AP
+     *              - if 2, fwd beacon frames from unconnected AP
+     *                during roam scan/host scan
+     *              - if 3, fwd beacons from unconnected AP during
+     *                roam scan/host scan and from connected AP
+     *              - if 4, don't fwd any beacon frame
+     *  Bit : 5-31  - reserved
      */
     WMI_VDEV_PARAM_SMART_MONITOR_CONFIG,     /* 0xA9  */
 

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