qcacmn: umac: Add TWT component ID

Add TWT component ID.

CRs-Fixed: 3085319
Change-Id: I200a9d1008fa0aae98b633c4433964b48a14d00d
Dieser Commit ist enthalten in:
Srinivas Girigowda
2021-09-09 20:34:51 -07:00
committet von Madan Koyyalamudi
Ursprung b361cf7444
Commit c64646331b

Datei anzeigen

@@ -292,6 +292,7 @@
* @WLAN_UMAC_COMP_REPEATER: Repeater component
* @WLAN_UMAC_COMP_MBSS: MBSS Framework
* @WLAN_UMAC_COMP_WIFI_RADAR: WIFI RADAR component
* @WLAN_UMAC_COMP_TWT: Target Wake Time (TWT) Component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -342,6 +343,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_REPEATER = 41,
WLAN_UMAC_COMP_MBSS = 42,
WLAN_UMAC_COMP_WIFI_RADAR = 43,
WLAN_UMAC_COMP_TWT = 44,
WLAN_UMAC_COMP_ID_MAX,
};