summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-10-07 07:27:40 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-10-12 11:51:47 -0700
commit1e259fa46b785abe20ae4690ad09b5e3ee3d1885 (patch)
treef1aeb99e93e11aeef8eeb93f7b9af50bf5db3897
parent662ba06e20b5517b708c56ec9c5c3335de2b1a14 (diff)
qcacld-3.0: Fix -Wmissing-prototypes in lim_process_probe_rsp_frame
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_probe_rsp_frame. Change-Id: I0916219f8560c6e78d475cf94e6f048557d54384 CRs-Fixed: 1075090
-rw-r--r--core/mac/src/pe/lim/lim_process_probe_rsp_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mac/src/pe/lim/lim_process_probe_rsp_frame.c b/core/mac/src/pe/lim/lim_process_probe_rsp_frame.c
index a983f7f4eeec..c47d7aab9bf0 100644
--- a/core/mac/src/pe/lim/lim_process_probe_rsp_frame.c
+++ b/core/mac/src/pe/lim/lim_process_probe_rsp_frame.c
@@ -60,7 +60,7 @@
*
* Return: 0 on success, one on failure
*/
-tSirRetStatus
+static tSirRetStatus
lim_validate_ie_information_in_probe_rsp_frame(tpAniSirGlobal mac_ctx,
uint8_t *pRxPacketInfo)
{