Эх сурвалжийг харах

qcacld-3.0: Use mac_handle_t in wlan_hdd_fips

Change "qcacld-3.0: Introduce mac_handle_t" introduced a modern
name for what was previously called the tHalHandle. Transition
wlan_hdd_fips to use the new naming.

Change-Id: I2edf712ca9af24aefe4b34efa62de827703cd7f9
CRs-Fixed: 2262583
Jeff Johnson 6 жил өмнө
parent
commit
c5101473f0

+ 1 - 3
core/hdd/src/wlan_hdd_fips.c

@@ -28,10 +28,8 @@
 #include "qdf_mem.h"
 #include "sme_api.h"
 
-
 #define WLAN_WAIT_TIME_FIPS 5000
 
-
 /**
  * hdd_fips_context - hdd fips context
  * @status: status of response. 0: no error, -ENOMEM: unable to allocate
@@ -217,7 +215,7 @@ static int __hdd_fips_test(struct net_device *dev,
 	fips_request->pdev_id = WMI_PDEV_ID_1ST;
 
 	cookie = hdd_request_cookie(request);
-	qdf_status = sme_fips_request(hdd_ctx->hHal, &context->request,
+	qdf_status = sme_fips_request(hdd_ctx->mac_handle, &context->request,
 				      hdd_fips_cb, cookie);
 
 	if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {