qcacld-3.0: Fix sap_channel_sel() prototype
Fix sap_channel_sel() prototype so that it matches the documentation as well as the implementation. Change-Id: I99ef2ff6e867b2124bb534bb12ba0f5818f8e0a4 CRs-Fixed: 3330730
This commit is contained in:
committed by
Madan Koyyalamudi
parent
1ed984f857
commit
00c4713e4d
@@ -378,7 +378,7 @@ uint8_t sap_get_total_number_sap_intf(mac_handle_t mac_handle);
|
|||||||
*
|
*
|
||||||
* Return: The QDF_STATUS code associated with performing the operation.
|
* Return: The QDF_STATUS code associated with performing the operation.
|
||||||
*/
|
*/
|
||||||
QDF_STATUS sap_channel_sel(struct sap_context *sap_ctx);
|
QDF_STATUS sap_channel_sel(struct sap_context *sap_context);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sap_validate_chan - Function validate the channel and forces SCC
|
* sap_validate_chan - Function validate the channel and forces SCC
|
||||||
|
|||||||
Reference in New Issue
Block a user