瀏覽代碼

qcacld-3.0: Remove csr_scan_copy_result_list() prototype

csr_inside_api.h exports csr_scan_copy_result_list() but the function
is no longer present, so remove the obsolete prototype.

Change-Id: Ifcc6175325e4cd7a4f04dfbbab817efd672df4c9
CRs-Fixed: 2108354
Jeff Johnson 7 年之前
父節點
當前提交
99c797212d
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/sme/src/csr/csr_inside_api.h

+ 0 - 2
core/sme/src/csr/csr_inside_api.h

@@ -267,8 +267,6 @@ void csr_scan_call_callback(tpAniSirGlobal pMac, tSmeCmd *pCommand,
 QDF_STATUS csr_scan_copy_request(tpAniSirGlobal pMac, tCsrScanRequest *pDstReq,
 				 tCsrScanRequest *pSrcReq);
 QDF_STATUS csr_scan_free_request(tpAniSirGlobal pMac, tCsrScanRequest *pReq);
-QDF_STATUS csr_scan_copy_result_list(tpAniSirGlobal pMac, tScanResultHandle hIn,
-				     tScanResultHandle *phResult);
 QDF_STATUS csr_scan_for_ssid(tpAniSirGlobal pMac, uint32_t sessionId,
 			     tCsrRoamProfile *pProfile, uint32_t roamId,
 			     bool notify);