qcacld-3.0: Remove numTimSent from tDphHashNode

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

Change-Id: I7ff92894a1dfa168ae501fd5d5f8494023c90241
CRs-Fixed: 2414650
This commit is contained in:
Jeff Johnson
2019-03-12 08:07:53 -07:00
committed by nshrivas
parent d085129a9b
commit b39beee1a5

View File

@@ -116,8 +116,6 @@ typedef struct sDphHashNode {
uint16_t fragSize;
/* LIM state */
tLimMlmStaContext mlmStaContext;
/* number of consecutive TIMs sent without response */
uint8_t numTimSent;
/* Number of Successful MPDU's being sent */
uint32_t curTxMpduCnt;
/* qos parameter info */