Prechádzať zdrojové kódy

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

add WLAN_MODULE_AUX_MAC_MGR def

Change-Id: Ic1cb55315a991143c7b6786a525fa166d6f1c506
CRs-Fixed: 2262693
spuligil 1 rok pred
rodič
commit
a17cd059cc
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      fw/wlan_module_ids.h

+ 2 - 0
fw/wlan_module_ids.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -152,6 +153,7 @@ typedef enum {
   WLAN_MODULE_BAR,                      /* 0x70 */
   WLAN_MODULE_SMART_TX,                 /* 0x71 */
   WLAN_MODULE_BRIDGE_PEER,              /* 0x72 */
+  WLAN_MODULE_AUX_MAC_MGR,              /* 0x73 */
 
 
   WLAN_MODULE_ID_MAX,