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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user