From 276757ab819ea2cade8e64671a15ba2bfcf1b9e7 Mon Sep 17 00:00:00 2001 From: liyan Date: Sat, 2 Apr 2022 08:33:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0=20Signed-off-by:?= =?UTF-8?q?=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../driver/driver-peripherals-external-des.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/zh-cn/device-dev/driver/driver-peripherals-external-des.md b/zh-cn/device-dev/driver/driver-peripherals-external-des.md index 2c2a6fe9d6..d557d360e5 100644 --- a/zh-cn/device-dev/driver/driver-peripherals-external-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-external-des.md @@ -1,11 +1,5 @@ # WLAN -- [概述](#section729758162218) - - [WLAN驱动接口架构](#section178022416377) - -- [接口说明](#section7331102018815) -- [开发步骤](#section15957746172412) -- [开发实例](#section1395253612512) ## 概述 @@ -14,9 +8,10 @@ WLAN是基于HDF(Hardware Driver Foundation)驱动框架开发的模块, **图 1** WLAN框架 ![](figures/WLAN框架.png "WLAN框架") -### WLAN驱动接口架构 -WLAN模块有三部分对外开放的API接口,如[下图2](#fig1492411431166)所示: + + +WLAN模块有三部分对外开放的API接口,如[图2](#fig1492411431166)所示: 1. 对HDI层提供的能力接口。 @@ -425,7 +420,7 @@ HDF_INIT(g_hdfHisiChipEntry); #endif #include "wifi_mac80211_ops.h" #include "wal_cfg80211.h" -#include "net_adpater.h" +#include "net_adapter.h" #include "hdf_wlan_utils.h" #define HDF_LOG_TAG Hi3881Driver -- GitLab