qcacld-3.0: Remove typedef tCsrFreqScanInfo

Typedef tCsrFreqScanInfo is obsolete, so remove it.

Change-Id: I24a89c4fe05f5d4e6ece840abe07ed024e4c46c6
CRs-Fixed: 2375518
This commit is contained in:
Jeff Johnson
2018-12-29 17:14:11 -08:00
committed by nshrivas
parent e7ed985c41
commit 257dc884fd

View File

@@ -1213,12 +1213,6 @@ struct csr_roam_info {
#endif
};
typedef struct tagCsrFreqScanInfo {
uint32_t nStartFreq; /* in unit of MHz */
uint32_t nEndFreq; /* in unit of MHz */
tSirScanType scanType;
} tCsrFreqScanInfo;
typedef struct sSirSmeAssocIndToUpperLayerCnf {
uint16_t messageType; /* eWNI_SME_ASSOC_CNF */
uint16_t length;