From ad379fb446cb5c11b4e6285ebff089f02c582554 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sat, 29 Dec 2018 15:05:49 -0800 Subject: [PATCH] qcacld-3.0: Remove struct tag_scanreq_param Change Ibea328196a9453ebaae887aa4068e78c47296762 ("qcacld-3.0: Scan cleanup in lim and csr") removed the last references to struct tag_scanreq_param. Since it is now obsolete, remove it. Change-Id: I3c4d929696a8e70b14c3a0a7f706b5665a90532e CRs-Fixed: 2375435 --- core/sme/src/csr/csr_inside_api.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/sme/src/csr/csr_inside_api.h b/core/sme/src/csr/csr_inside_api.h index a7d0178697e6d..acce5784e1411 100644 --- a/core/sme/src/csr/csr_inside_api.h +++ b/core/sme/src/csr/csr_inside_api.h @@ -112,14 +112,6 @@ enum csr_roamcomplete_result { eCsrStopBssFailure, }; -struct tag_scanreq_param { - uint8_t bReturnAfter1stMatch; - uint8_t fUniqueResult; - uint8_t freshScan; - uint8_t hiddenSsid; - uint8_t reserved; -}; - struct tag_csrscan_result { tListElem Link; /* This BSS is removed when it reaches 0 or less */