Browse Source

qcacld-3.0: Remove typedef tLimScanResult

Change I373fb570f3b368dc79ce08b7acbc1026a7e19758 ("qcacld-3.0: Remove
lim_send_sme_neighbor_bss_ind()") removed the last usage of typedef
tLimScanResult. Since it is obsolete, remove it.

Change-Id: Ide9301c635db43a7e398ac44b46ed68675816ab4
CRs-Fixed: 2376116
Jeff Johnson 6 years ago
parent
commit
7f2395c940
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/mac/src/pe/lim/lim_types.h

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

@@ -199,11 +199,6 @@ typedef struct sLimMlmStartCnf {
 	uint8_t sessionId;
 } tLimMlmStartCnf, *tpLimMlmStartCnf;
 
-typedef struct sLimScanResult {
-	uint16_t numBssDescriptions;
-	tSirBssDescription bssDescription[1];
-} tLimScanResult;
-
 typedef struct sLimMlmJoinCnf {
 	tSirResultCodes resultCode;
 	uint16_t protStatusCode;