qcacmn: Add Objmgr related definitions to support DISA component

Add Objmgr ID and related definitions to support the newly
defined DISA component in CLD.

Change-Id: Ibbe5db39c01dae94cad5af5f4dccd2611c5b06d4
CRs-Fixed: 2159599
This commit is contained in:
Nachiket Kukade
2017-12-15 12:36:58 +05:30
committed by snandini
부모 4f1e2ac351
커밋 ab4cbc296c
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@@ -5145,6 +5145,7 @@ end:
return qdf_status;
}
#ifdef WLAN_FEATURE_DISA
/**
* send_encrypt_decrypt_send_cmd() - send encrypt/decrypt cmd to fw
* @wmi_handle: wmi handle
@@ -5226,7 +5227,7 @@ QDF_STATUS send_encrypt_decrypt_send_cmd_tlv(wmi_unified_t wmi_handle,
return ret;
}
#endif
/**