diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2016-10-07 07:25:04 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-12 11:51:42 -0700 |
| commit | 3a4d31e84a80799edd2b42fcc478f9c2c2a6cc15 (patch) | |
| tree | b8d122547afd27ccd4c17da7cda69b18c4ff081c | |
| parent | 4f9d4a2aa8b91cfbf675c2fa5a8b2105c1f42332 (diff) | |
qcacld-3.0: Fix -Wmissing-prototypes in lim_process_mlm_req_messages
We want to enable the compiler's -Wmissing-prototypes switch, but
there is existing code that is generating warnings. Fix all warnings
in lim_process_mlm_req_messages.
Change-Id: I82d77da22143e4d6e421392457be51c3e11b62f0
CRs-Fixed: 1075090
| -rw-r--r-- | core/mac/src/pe/lim/lim_process_mlm_req_messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c index 09e5c52f867e..6819abd894a8 100644 --- a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c +++ b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c @@ -714,7 +714,7 @@ end: * * Return: none */ -void lim_post_join_set_link_state_callback(tpAniSirGlobal mac, +static void lim_post_join_set_link_state_callback(tpAniSirGlobal mac, void *callback_arg, bool status) { uint8_t chan_num, sec_chan_offset; |
