Browse Source

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
Jeff Johnson 6 years ago
parent
commit
7fea18b8a3
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/sap/src/sap_internal.h

+ 0 - 5
core/sap/src/sap_internal.h

@@ -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);