qcacmn: Add component, module ID for FTM TIME SYNC module

Add module id, component id for FTM TIME SYNC feature.

Change-Id: I68f6b1d18a8f5c0a86cf0c46b6697cfb3caec187
CRs-Fixed: 2611043
Tento commit je obsažen v:
Govind Singh
2020-01-27 11:03:28 +05:30
odevzdal nshrivas
rodič f2edacfcc0
revize 59ddd7f893
3 změnil soubory, kde provedl 7 přidání a 1 odebrání

Zobrazit soubor

@@ -273,6 +273,7 @@
* @WLAN_UMAC_COMP_INTEROP_ISSUES_AP interop issues ap component
* @WLAN_UMAC_COMP_BLACKLIST_MGR: Blacklist mgr component
* @WLAN_UMAC_COMP_COEX: Coex config component
* @WLAN_UMAC_COMP_FTM_TIME_SYNC: WLAN FTM TIMESYNC
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -313,6 +314,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_INTEROP_ISSUES_AP = 31,
WLAN_UMAC_COMP_BLACKLIST_MGR = 32,
WLAN_UMAC_COMP_COEX = 33,
WLAN_UMAC_COMP_FTM_TIME_SYNC = 34,
WLAN_UMAC_COMP_ID_MAX,
};