qcacmn: Add new MBSS framework component

Add a new component for MBSS framework in object manager.

Add a new trace module for the new MBSS component framework.

Change-Id: I7ef3559d90a6bc7f558e3994a1a91f09985d90e9
CRs-Fixed: 2958764
This commit is contained in:
Vivek
2021-07-20 22:27:55 +05:30
committed by Madan Koyyalamudi
parent e52a974af4
commit 3853650e2e
4 changed files with 9 additions and 1 deletions

View File

@@ -286,6 +286,7 @@
* @WLAN_UMAC_COMP_GPIO: GPIO Configuration
* @WLAN_UMAC_COMP_MLO_MGR: MLO manager
* @WLAN_UMAC_COMP_REPEATER: Repeater component
* @WLAN_UMAC_COMP_MBSS: MBSS Framework
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -334,6 +335,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_GPIO = 39,
WLAN_UMAC_COMP_MLO_MGR = 40,
WLAN_UMAC_COMP_REPEATER = 41,
WLAN_UMAC_COMP_MBSS = 42,
WLAN_UMAC_COMP_ID_MAX,
};