qcacmn: ADD OCB module ID

Add module ID and trace log for componentized OCB feature.

CRs-Fixed: 2177252
Change-Id: I794ce0809afed19863b52d26d9fcf1bde5e5e754
This commit is contained in:
Zhang Qian
2018-01-04 12:15:29 +08:00
committed by snandini
parent f8e62c0115
commit 82377ce4dd
4 changed files with 15 additions and 5 deletions

View File

@@ -119,12 +119,14 @@
* @WLAN_UMAC_COMP_DFS: DFS
* @WLAN_UMAC_COMP_SPECTRAL: Spectral
* @WLAN_UMAC_COMP_OFFCHAN_TXRX: Offchan TxRx
* @WLAN_UMAC_COMP_SON: SON
* @WLAN_UMAC_COMP_SPECTRAL: Spectral
* @WLAN_UMAC_COMP_SPLITMAC: SplitMAC
* @WLAN_UMAC_COMP_DISA: DISA encryption test
* @WLAN_UMAC_COMP_GREEN_AP: Green AP
* @WLAN_UMAC_COMP_FTM: FTM component
* @WLAN_UMAC_COMP_FD: FILS Discovery
*
* @WLAN_UMAC_COMP_OCB: OCB
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -156,6 +158,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_GREEN_AP,
WLAN_UMAC_COMP_FTM,
WLAN_UMAC_COMP_FD,
WLAN_UMAC_COMP_OCB,
WLAN_UMAC_COMP_ID_MAX,
};