Sfoglia il codice sorgente

qcacld-3.0: Remove linkTestOn from tDphHashNode

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

Change-Id: I9ac942c2e4a9fe1c9b492aee056595e3df64a25b
CRs-Fixed: 2414648
Jeff Johnson 6 anni fa
parent
commit
84e1711054
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/mac/src/include/dph_global.h

+ 0 - 1
core/mac/src/include/dph_global.h

@@ -100,7 +100,6 @@ typedef struct sDphHashNode {
 	uint8_t erpEnabled:1;
 	/* This has been added to the dph hash table */
 	uint8_t added:1;
-	uint8_t linkTestOn:1;
 	uint8_t shortPreambleEnabled:1;
 	uint8_t shortSlotTimeEnabled:1;
 	uint8_t stopTx:1;