Browse Source

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

Change-Id: I6f125fdd7a7ba4332257b0978c2bcc6cd43d2490
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
35fc2ee0bc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fw/wlan_module_ids.h

+ 2 - 2
fw/wlan_module_ids.h

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