To align with the Linux coding style replace tpPESession with struct pe_session * in lim_process_beacon_frame. Change-Id: Ib788d9bc8a299911f4158a21ba769784601d8bef CRs-Fixed: 2354304
@@ -56,7 +56,7 @@
void
lim_process_beacon_frame(tpAniSirGlobal mac_ctx, uint8_t *rx_pkt_info,
- tpPESession session)
+ struct pe_session *session)
{
tpSirMacMgmtHdr mac_hdr;
tSchBeaconStruct *bcn_ptr;