qcacld-3.0: Remove sap_channel_matrix_check() prototype

The implementation of sap_channel_matrix_check() is no longer part of
the driver, but the prototype is still present. Since the prototype is
obsolete, remove it.

Change-Id: I689c4360776a2b46d723c48dd5bb8a61da5c95cd
CRs-Fixed: 2375521
This commit is contained in:
Jeff Johnson
2018-12-29 17:36:18 -08:00
کامیت شده توسط nshrivas
والد 9585979abd
کامیت 7fea18b8a3

مشاهده پرونده

@@ -350,11 +350,6 @@ void sap_dfs_cac_timer_callback(void *data);
*/
void sap_cac_reset_notify(mac_handle_t mac_handle);
bool
sap_channel_matrix_check(struct sap_context *sapContext,
ePhyChanBondState cbMode,
uint8_t target_channel);
bool is_concurrent_sap_ready_for_channel_change(mac_handle_t mac_handle,
struct sap_context *sapContext);