Browse Source

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

add WLAN_MODULE_STA_MLO_PS def

Change-Id: Iaa1a7b5df9be07b35c9753b742069443b1b1f66a
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
e3aeafcce7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fw/wlan_module_ids.h

+ 2 - 1
fw/wlan_module_ids.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -120,6 +120,7 @@ typedef enum {
   WLAN_MODULE_SHO,                      /* 0x56 */ /* SAP HW offload */
   WLAN_MODULE_MLO_MGR,                  /* 0x57 */ /* MLO manager */
   WLAN_MODULE_PEER_INIT,                /* 0x58 */ /* peer init connection handling */
+  WLAN_MODULE_STA_MLO_PS,               /* 0x59 */ /* MLO PS manager */
 
 
   WLAN_MODULE_ID_MAX,