Преглед на файлове

qcacld-3.0: Remove lim_process_mlm_reassoc_ind() prototype

There is no implementation for lim_process_mlm_reassoc_ind() so remove
the obsolete prototype.

Change-Id: Ib628d1ab55f9d713331f95a9de7331265f3d32e5
CRs-Fixed: 2369210
Jeff Johnson преди 6 години
родител
ревизия
3158c4c0fb
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c

+ 0 - 1
core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c

@@ -49,7 +49,6 @@ void lim_process_mlm_join_cnf(struct mac_context *, uint32_t *);
 void lim_process_mlm_auth_cnf(struct mac_context *, uint32_t *);
 void lim_process_mlm_assoc_ind(struct mac_context *, uint32_t *);
 void lim_process_mlm_assoc_cnf(struct mac_context *, uint32_t *);
-void lim_process_mlm_reassoc_ind(struct mac_context *, uint32_t *);
 void lim_process_mlm_set_keys_cnf(struct mac_context *, uint32_t *);
 void lim_process_mlm_disassoc_ind(struct mac_context *, uint32_t *);
 void lim_process_mlm_disassoc_cnf(struct mac_context *, uint32_t *);