Browse Source

qcacld-3.0: Remove typedef tLimMlmScanCnf

Change Ibea328196a9453ebaae887aa4068e78c47296762 ("qcacld-3.0:
Scan cleanup in lim and csr") removed the last usage of typedef
tLimMlmScanCnf. Since it is obsolete, remove it.

Change-Id: I1255dc9e934db7aea671a269c956abd390f54a0b
CRs-Fixed: 2376115
Jeff Johnson 6 years ago
parent
commit
f4f2bcfa90
1 changed files with 0 additions and 12 deletions
  1. 0 12
      core/mac/src/pe/lim/lim_types.h

+ 0 - 12
core/mac/src/pe/lim/lim_types.h

@@ -199,18 +199,6 @@ typedef struct sLimMlmStartCnf {
 	uint8_t sessionId;
 } tLimMlmStartCnf, *tpLimMlmStartCnf;
 
-typedef struct sLimMlmScanCnf {
-	tSirResultCodes resultCode;
-	uint16_t scanResultLength;
-	uint8_t sessionId;
-	tSirBssDescription bssDescription[1];
-	/*
-	 * WARNING: Pls make bssDescription as last variable in struct
-	 * tLimMlmScanCnf as it has ieFields followed after this bss
-	 * description. Adding a variable after this corrupts the ieFields
-	 */
-} tLimMlmScanCnf, *tpLimMlmScanCnf;
-
 typedef struct sLimScanResult {
 	uint16_t numBssDescriptions;
 	tSirBssDescription bssDescription[1];