To align with the Linux coding style replace tpPESession with struct pe_session * in lim_sta_hash_api. Change-Id: Ie39876d289a2e3ebde74e0f69d9e0bcfeff10d74 CRs-Fixed: 2354278
@@ -52,7 +52,7 @@
*/
QDF_STATUS lim_get_sta_hash_bssidx(tpAniSirGlobal mac, uint16_t assocId,
- uint8_t *bssidx, tpPESession psessionEntry)
+ uint8_t *bssidx, struct pe_session *psessionEntry)
{
tpDphHashNode pSta =
dph_get_hash_entry(mac, assocId, &psessionEntry->dph.dphHashTable);
@@ -36,6 +36,6 @@
#include "lim_types.h"
- uint8_t *bssidx, tpPESession psessionEntry);
+ uint8_t *bssidx, struct pe_session *psessionEntry);
#endif