1
0

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
Dieser Commit ist enthalten in:
Jeff Johnson
2016-10-07 07:27:40 -07:00
committet von qcabuildsw
Ursprung 662ba06e20
Commit 1e259fa46b

Datei anzeigen

@@ -60,7 +60,7 @@
* *
* Return: 0 on success, one on failure * Return: 0 on success, one on failure
*/ */
tSirRetStatus static tSirRetStatus
lim_validate_ie_information_in_probe_rsp_frame(tpAniSirGlobal mac_ctx, lim_validate_ie_information_in_probe_rsp_frame(tpAniSirGlobal mac_ctx,
uint8_t *pRxPacketInfo) uint8_t *pRxPacketInfo)
{ {