qcacld-3.0: Replace tpPESession in ani_global.h

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

Change-Id: I201febaf023f3c5c04761a16a3d6b149d3172957
CRs-Fixed: 2353397
diff --git a/core/mac/inc/ani_global.h b/core/mac/inc/ani_global.h
index f9f8015..d629620 100644
--- a/core/mac/inc/ani_global.h
+++ b/core/mac/inc/ani_global.h
@@ -250,7 +250,7 @@
 /* Change channel generic scheme */
 typedef void (*CHANGE_CHANNEL_CALLBACK)(tpAniSirGlobal pMac, QDF_STATUS status,
 					uint32_t *data,
-					tpPESession psessionEntry);
+					struct pe_session *psessionEntry);
 
 /* / LIM global definitions */
 typedef struct sAniSirLimIbss {
@@ -701,7 +701,7 @@
 
 	/* wsc info required to form the wsc IE */
 	tLimWscIeInfo wscIeInfo;
-	tpPESession gpSession;  /* Pointer to  session table */
+	struct pe_session *gpSession;  /* Pointer to  session table */
 	/*
 	 * sessionID and transactionID from SME is stored here for those messages, for which
 	 * there is no session context in PE, e.g. Scan related messages.
@@ -714,7 +714,7 @@
 	uint32_t mgmtFrameSessionId;
 	uint32_t tdls_frm_session_id;
 
-	tpPESession pSessionEntry;
+	struct pe_session *pSessionEntry;
 	uint8_t reAssocRetryAttempt;
 	tLimDisassocDeauthCnfReq limDisassocDeauthCnfReq;
 	uint8_t deferredMsgCnt;