From c520011d3e9cc7dd350934f4e7f2e01666490fa0 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Mon, 19 Nov 2018 06:47:17 -0800 Subject: [PATCH] qcacld-3.0: Replace tpPESession in lim_process_probe_rsp_frame To align with the Linux coding style replace tpPESession with struct pe_session * in lim_process_probe_rsp_frame. Change-Id: I788bb969b21dc31d615d0d274a87bc62541fdf5e CRs-Fixed: 2354291 --- core/mac/src/pe/lim/lim_process_probe_rsp_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e48faad10d..a4b211a1f9 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 @@ -99,7 +99,7 @@ lim_validate_ie_information_in_probe_rsp_frame(tpAniSirGlobal mac_ctx, */ void lim_process_probe_rsp_frame(tpAniSirGlobal mac_ctx, uint8_t *rx_Packet_info, - tpPESession session_entry) + struct pe_session *session_entry) { uint8_t *body; uint32_t frame_len = 0;