qcacld-3.0: Fix -Wmissing-prototypes in lim_send_sme_rsp_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_send_sme_rsp_messages. Change-Id: I5f97e655d54f06f752d8e83298250ce80e5369e0 CRs-Fixed: 1075090
This commit is contained in:
@@ -398,7 +398,7 @@ static void lim_handle_join_rsp_status(tpAniSirGlobal mac_ctx,
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void lim_add_bss_info(tpDphHashNode sta_ds, tpSirSmeJoinRsp sme_join_rsp)
|
||||
static void lim_add_bss_info(tpDphHashNode sta_ds, tpSirSmeJoinRsp sme_join_rsp)
|
||||
{
|
||||
struct parsed_ies *parsed_ies = &sta_ds->parsed_ies;
|
||||
|
||||
|
Reference in New Issue
Block a user