> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/man/man4/ath10k.4.md).

# ath10k.4

`ath10k` — Qualcomm Atheros IEEE 802.11ac 无线网络驱动

## 名称

`ath10k`

## 概要

`如果 rc.conf(5) 中已启用 devmatch(8)，该驱动将自动加载，无需任何用户干预。`

`仅在显式禁用自动加载时，才在 rc.conf(5) 中加入以下行以在引导时手动以模块形式加载该驱动：`

```sh
kld_list="${kld_list} if_ath10k"
```

`不建议从 loader(8) 加载该驱动。`

## 描述

`ath10k` 驱动派生自 Qualcomm Atheros 的 Linux ath10k 驱动。

此驱动需要先加载固件才能工作。在加载驱动之前，需要安装来自 `ports/net/wifi-firmware-ath10k-kmod` port 的 `wifi-firmware-ath10k-kmod` 软件包。否则无法使用 [ifconfig(8)](/man/man8/ifconfig.8.md) 创建 [wlan(4)](/man/man4/wlan.4.md) 接口。该驱动使用 *linuxkpi\_wlan* 和 *linuxkpi* 兼容框架在 Linux 和原生 FreeBSD 驱动代码之间以及与原生 [net80211(4)](/man/man4/net80211.4.md) 无线协议栈之间进行桥接。

虽然 `ath10k` 支持全部 802.11 a/b/g/n 和 ac，但兼容代码目前仅支持 802.11 a/b/g 模式。802.11 n/ac 支持即将推出。

## 硬件

`ath10k` 驱动支持具有以下芯片组的 PCIe 设备：

**QCA6174**

**QCA9377**

**QCA9887**

**QCA9888**

**QCA988X**

**QCA9984**

**QCA99X0**

## 参见

[wlan(4)](/man/man4/wlan.4.md), [ifconfig(8)](/man/man8/ifconfig.8.md), wpa\_supplicant(8)

## 历史

`ath10k` 驱动首次出现于 FreeBSD 14.0。

## 缺陷

确实存在。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/man/man4/ath10k.4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
