Explorar el Código

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 hace 6 años
padre
commit
3158c4c0fb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 *);