qcacmn: Add build flag for MSCS procedures (Data path)
This change will add a build flag support to MSCS wherein the functions will be called based on the status of the flag created. This flag will be enabled by default. Change-Id: I1c234c710d3b37f534ed2df7b37343cbd65ab930 CRs-Fixed: 2757257
Cette révision appartient à :

révisé par
snandini

Parent
d5a6680a6f
révision
dae503e5a1
@@ -99,6 +99,7 @@ cdp_update_filter_neighbour_peers(ol_txrx_soc_handle soc,
|
||||
}
|
||||
#endif /* ATH_SUPPORT_NAC || ATH_SUPPORT_NAC_RSSI*/
|
||||
|
||||
#ifdef WLAN_SUPPORT_MSCS
|
||||
/**
|
||||
* @brief record the MSCS data and send it to the Data path
|
||||
* @details
|
||||
@@ -131,6 +132,7 @@ cdp_record_vdev_mscs_params(ol_txrx_soc_handle soc, uint8_t
|
||||
return soc->ops->ctrl_ops->txrx_record_mscs_params
|
||||
(soc, macaddr, vdev_id, mscs_params, active);
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief set the Reo Destination ring for the pdev
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur