瀏覽代碼

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

Add Country string in LPI

Change-Id: I1c6d7401e675247bb4afbcb877c587ce42d22c79
CRs-Fixed: 1107600
Sandeep Puligilla 8 年之前
父節點
當前提交
a65b3b5a49
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -11466,6 +11466,7 @@ typedef struct
 #define LPI_IE_BITMAP_CHRE_ESS               0x010000000    /* ESS capability info for CHRE */
 #define LPI_IE_BITMAP_CHRE_SEC_MODE          0x020000000    /* Security capability info for CHRE */
 #define LPI_IE_BITMAP_CHRE_SUPPORTED_RATE    0x040000000    /* Hightest MCS corresponding NCC for TX and RX */
+#define LPI_IE_BITMAP_COUNTRY_STRING         0x080000000    /* send country string inside Country IE to LOWI LP */
 #define LPI_IE_BITMAP_ALL                    0xFFFFFFFF
 
 typedef struct {

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