Эх сурвалжийг харах

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

HTT: define peer map/unmap v2 messages

Change-Id: I30796ebc71c6180151c285335f0b91b066fad97c
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
4e152bda45

+ 1 - 0
fw/wmi_services.h

@@ -235,6 +235,7 @@ typedef  enum  {
                                     * service. */
     WMI_SERVICE_BCN_OFFLOAD_START_STOP_SUPPORT=141, /* support dynamically enabling / disabling beacon tx offload */
     WMI_SERVICE_WOW_WAKEUP_BY_TIMER_PATTERN=142, /* fw to support waking up host from wow pattern timer */
+    WMI_SERVICE_PEER_MAP_UNMAP_V2_SUPPORT=143, /* Support for HTT peer map/unmap V2 */
 
     /******* ADD NEW SERVICES HERE *******/
 

+ 8 - 0
fw/wmi_unified.h

@@ -2626,6 +2626,14 @@ typedef struct {
 
     /** Maximum number of Multi group key to support */
     A_UINT32 max_num_group_keys;
+
+    /**
+     * HTT peer map/unmap V2 format support
+     * 0 -> host doesn't support HTT peer map/unmap v2 format.
+     * 1 -> host supports HTT peer map/unmap v2 format; the target is
+     *      allowed but not required to use peer map/unmap v2 format.
+     */
+    A_UINT32 peer_map_unmap_v2_support;
 } wmi_resource_config;
 
 #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \

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