diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2016-10-07 07:27:40 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-12 11:51:47 -0700 |
| commit | 1e259fa46b785abe20ae4690ad09b5e3ee3d1885 (patch) | |
| tree | f1aeb99e93e11aeef8eeb93f7b9af50bf5db3897 /core/mac/src | |
| parent | 662ba06e20b5517b708c56ec9c5c3335de2b1a14 (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
Diffstat (limited to 'core/mac/src')
| -rw-r--r-- | core/mac/src/pe/lim/lim_process_probe_rsp_frame.c | 2 |
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) { |
