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:
@@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user