qcacmn: Add component for Repeater feature
Add component id for Repeater feature. Move the feature specific flgas to Repeater component. Change-Id: I1615ce0023a0b0f7a3fffa206d6fa5f320a18ed3 CRs-Fixed: 2936326
Этот коммит содержится в:

коммит произвёл
Madan Koyyalamudi

родитель
49575512a7
Коммит
12a1e5c7fd
@@ -285,6 +285,7 @@
|
||||
* @WLAN_UMAC_COMP_IF_MGR: Interface manager component
|
||||
* @WLAN_UMAC_COMP_GPIO: GPIO Configuration
|
||||
* @WLAN_UMAC_COMP_MLO_MGR: MLO manager
|
||||
* @WLAN_UMAC_COMP_REPEATER: Repeater component
|
||||
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
|
||||
*
|
||||
* This id is static.
|
||||
@@ -332,6 +333,7 @@ enum wlan_umac_comp_id {
|
||||
WLAN_UMAC_COMP_IF_MGR = 38,
|
||||
WLAN_UMAC_COMP_GPIO = 39,
|
||||
WLAN_UMAC_COMP_MLO_MGR = 40,
|
||||
WLAN_UMAC_COMP_REPEATER = 41,
|
||||
WLAN_UMAC_COMP_ID_MAX,
|
||||
};
|
||||
|
||||
|
Ссылка в новой задаче
Block a user