Selaa lähdekoodia

qcacld-3.0: Remove pe_register_tl_handle() prototype

LIM exposes a prototype for function pe_register_tl_handle(), but the
current driver does not have a function by that name, so remove the
prototype.

Change-Id: I06fe675cf885f8d2db49d1e6529c21a78f9b20a5
CRs-Fixed: 2369205
Jeff Johnson 6 vuotta sitten
vanhempi
sitoutus
675e9e135d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      core/mac/src/pe/include/lim_api.h

+ 0 - 1
core/mac/src/pe/include/lim_api.h

@@ -110,7 +110,6 @@ typedef enum eMgmtFrmDropReason {
 QDF_STATUS lim_initialize(struct mac_context *);
 QDF_STATUS pe_open(struct mac_context *mac, struct cds_config_info *cds_cfg);
 QDF_STATUS pe_close(struct mac_context *mac);
-void pe_register_tl_handle(struct mac_context *mac);
 QDF_STATUS lim_start(struct mac_context *mac);
 QDF_STATUS pe_start(struct mac_context *mac);
 void pe_stop(struct mac_context *mac);