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
这个提交包含在:
@@ -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.
|
||||
*/
|
||||
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
|
||||
|
在新工单中引用
屏蔽一个用户