소스 검색

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