Bladeren bron

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

Add WMI_PEER_TYPE_TRANS_BSS def

Change-Id: I737d6069d2fc2450fa040123b41b75298198f532
CRs-Fixed: 2262693
spuligil 6 jaren geleden
bovenliggende
commit
5ec32e5605
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -10510,6 +10510,7 @@ enum wmi_peer_type {
     WMI_PEER_TYPE_TDLS = 2,       /* Peer is a TDLS Peer */
     WMI_PEER_TYPE_OCB = 3,        /* Peer is a OCB Peer */
     WMI_PEER_TYPE_NAN_DATA = 4,   /* Peer is NAN DATA */
+    WMI_PEER_TYPE_TRANS_BSS = 5,  /* For creating BSS peer when connecting with non-transmit AP */
     WMI_PEER_TYPE_HOST_MAX = 127, /* Host <-> Target Peer type is assigned up to 127 */
                                   /* Reserved from 128 - 255 for target internal use.*/
     WMI_PEER_TYPE_ROAMOFFLOAD_TEMP = 128, /* Temporarily created during offload roam */

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