qcacld-3.0: Remove staAuthenticated from tDphHashNode

The staAuthenticated member of tDphHashNode is unused, so remove it.

Change-Id: Ib3b824725954f7fc9fe622bd772917aae6269fd2
CRs-Fixed: 2414651
This commit is contained in:
Jeff Johnson
2019-03-12 08:09:30 -07:00
committed by nshrivas
parent b39beee1a5
commit 002feba403

View File

@@ -109,7 +109,6 @@ typedef struct sDphHashNode {
uint8_t lleEnabled:1; uint8_t lleEnabled:1;
/* set if both ap and sta are wsm capable */ /* set if both ap and sta are wsm capable */
uint8_t wsmEnabled:1; uint8_t wsmEnabled:1;
uint8_t staAuthenticated:1;
uint8_t fAniCount:1; uint8_t fAniCount:1;
uint8_t rmfEnabled:1; uint8_t rmfEnabled:1;
/* Fragmentation size */ /* Fragmentation size */