Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3aeafcc authored by spuligil's avatar spuligil
Browse files

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

add WLAN_MODULE_STA_MLO_PS def

Change-Id: Iaa1a7b5df9be07b35c9753b742069443b1b1f66a
CRs-Fixed: 2262693
parent 8783155e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * 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,