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
This commit is contained in:
Jeff Johnson
2018-11-19 06:47:17 -08:00
parent f19e3f1536
commit c520011d3e

View File

@@ -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;