qcacld-3.0: Add support to create ranging peer
Add support to send ranging peer create command from WMA Change-Id: I67966983b157efaecaad7209b679483f010e84a5 CRs-Fixed: 3150075
This commit is contained in:

committed by
Madan Koyyalamudi

vanhempi
57f0e9e475
commit
e33def8324
@@ -34,11 +34,27 @@
|
||||
*/
|
||||
QDF_STATUS
|
||||
ucfg_wifi_pos_psoc_open(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* ucfg_wifi_pos_psoc_close - Wifi pos module PSOC close api
|
||||
* @psoc: Pointer to PSOC object
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS
|
||||
ucfg_wifi_pos_psoc_close(struct wlan_objmgr_psoc *psoc);
|
||||
#
|
||||
#else
|
||||
static inline QDF_STATUS
|
||||
ucfg_wifi_pos_psoc_open(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline QDF_STATUS
|
||||
ucfg_wifi_pos_psoc_close(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif /* WIFI_POS_CONVERGED && WLAN_FEATURE_RTT_11AZ_SUPPORT */
|
||||
#endif /* _WLAN_WIFI_POS_UCFG_API_H_ */
|
||||
|
Viittaa uudesa ongelmassa
Block a user