qcacmn: Create new ll_sap component

Add enums for ll_sap component.

Change-Id: I17011aa35bf0c99adb2b8b6ef60ea014fc1bbe37
CRs-Fixed: 3482575
Bu işleme şunda yer alıyor:
Ashish Kumar Dhanotiya
2023-05-16 11:33:35 +05:30
işlemeyi yapan: Rahul Choudhary
ebeveyn 764bbf4192
işleme a82c7a6227
4 değiştirilmiş dosya ile 11 ekleme ve 2 silme

Dosyayı Görüntüle

@@ -306,6 +306,7 @@
* @WLAN_UMAC_COMP_QMI: QMI component
* @WLAN_UMAC_COMP_AFC: AFC component
* @WLAN_UMAC_COMP_SAWF: SAWF component
* @WLAN_UMAC_COMP_LL_SAP: LL SAP component
* @WLAN_UMAC_COMP_ID_MAX: Maximum components in UMAC
*
* This id is static.
@@ -364,6 +365,7 @@ enum wlan_umac_comp_id {
WLAN_UMAC_COMP_QMI = 49,
WLAN_UMAC_COMP_AFC = 50,
WLAN_UMAC_COMP_SAWF = 51,
WLAN_UMAC_COMP_LL_SAP = 52,
WLAN_UMAC_COMP_ID_MAX,
};