Browse Source

qcacld-3.0: Replace tpPESession in lim_process_beacon_frame

To align with the Linux coding style replace tpPESession with struct
pe_session * in lim_process_beacon_frame.

Change-Id: Ib788d9bc8a299911f4158a21ba769784601d8bef
CRs-Fixed: 2354304
Jeff Johnson 6 years ago
parent
commit
9bbc99fceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/src/pe/lim/lim_process_beacon_frame.c

+ 1 - 1
core/mac/src/pe/lim/lim_process_beacon_frame.c

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