|
@@ -192,7 +192,7 @@ static QDF_STATUS p2p_scan_abort(struct p2p_roc_context *roc_ctx)
|
|
|
qdf_mtrace(QDF_MODULE_ID_P2P, QDF_MODULE_ID_SCAN,
|
|
|
req->cancel_req.req_type,
|
|
|
req->vdev->vdev_objmgr.vdev_id, req->cancel_req.scan_id);
|
|
|
- status = ucfg_scan_cancel(req);
|
|
|
+ status = wlan_scan_cancel(req);
|
|
|
|
|
|
p2p_debug("abort scan, scan req id:%d, scan id:%d, status:%d",
|
|
|
p2p_soc_obj->scan_req_id, roc_ctx->scan_id, status);
|