Browse Source

Adding wlan_module_ids.h from p4 to git to enable fw-api automation

Adding wlan_module_ids.h from p4 to git to enable fw-api automation

Change-Id: I056263520fdec5f003df7125e9228671a110be60
CRs-Fixed: 2260845
Sandeep Puligilla 6 years ago
parent
commit
5582bd3108
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fw/wlan_module_ids.h

+ 3 - 0
fw/wlan_module_ids.h

@@ -108,6 +108,9 @@ typedef enum {
   WLAN_MODULE_WLM,                      /* 0x4a */
   WLAN_MODULE_RU_ALLOCATOR,             /* 0x4b */
   WLAN_MODULE_11K_OFFLOAD,              /* 0x4c */
+  WLAN_MODULE_STA_TWT,                  /* 0x4d */
+  WLAN_MODULE_AP_TWT,                   /* 0x4e */
+  WLAN_MODULE_UL_OFDMA,                 /* 0x4f */
 
   WLAN_MODULE_ID_MAX,
   WLAN_MODULE_ID_INVALID = WLAN_MODULE_ID_MAX,