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

qcacld-3.0: Use mac_handle_t in wlan_hdd_object_manager

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

Change-Id: If17411e6d5fa29b401f4fb90e8f52197f9f8386e
CRs-Fixed: 2262577
Jeff Johnson 6 жил өмнө
parent
commit
8ccea1b1e4

+ 1 - 1
core/hdd/src/wlan_hdd_object_manager.c

@@ -181,7 +181,7 @@ int hdd_objmgr_create_and_store_pdev(struct hdd_context *hdd_ctx)
 	}
 
 	hdd_ctx->hdd_pdev = pdev;
-	sme_store_pdev(hdd_ctx->hHal, hdd_ctx->hdd_pdev);
+	sme_store_pdev(hdd_ctx->mac_handle, hdd_ctx->hdd_pdev);
 	hdd_init_pdev_os_priv(hdd_ctx, priv);
 	return 0;