From 3f4bd010d1e5e9d7d4f999f10ca4d49f170356b5 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 16 Aug 2021 09:27:17 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/standard-system-porting-guide.md. --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/standard-system-porting-guide.md b/zh-cn/device-dev/porting/standard-system-porting-guide.md index b0013ba943a..06dac12d6a9 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -325,7 +325,7 @@ Wi-Fi驱动分为两部分,一部分负责管理WLAN设备,另一个部分

NetDeviceInterFace

-
//drivers/framework/include/wifi/net_device.h
+
//drivers/framework/include/net/net_device.h

与协议栈之间的接口,如发送数据、设置网络接口状态等

-- Gitee