This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
en:users:drivers:ath11k [2020/12/18 07:46] Kalle Valo [Subpages] add link to installation |
en:users:drivers:ath11k [2022/01/24 10:11] Kalle Valo [About ath11k] Linux driver |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== About ath11k ===== | ===== About ath11k ===== | ||
- | ath11k is a driver for Qualcomm [[https://en.wikipedia.org/wiki/IEEE_802.11ax|IEEE 802.11ax]] devices, first supporting only IPQ8074 SoC using the shared memory AHB bus. ath11k uses mac80211. | + | ath11k is a Linux driver for Qualcomm [[https://en.wikipedia.org/wiki/IEEE_802.11ax|IEEE 802.11ax]] devices, supporting both AHB bus in SoC type devices and PCI. ath11k uses mac80211. |
===== Subpages ===== | ===== Subpages ===== | ||
* [[en/users/drivers/ath11k/installation|Installation]] | * [[en/users/drivers/ath11k/installation|Installation]] | ||
- | * [[en/users/drivers/ath11k/submittingpatches|Submitting Patches]] | + | * [[en/users/drivers/ath11k/bugreport|Reporting bugs]] |
+ | * [[en/users/drivers/ath11k/mailinglist|Mailinglist]] | ||
+ | * [[en/users/drivers/ath11k/submittingpatches|Submitting patches]] | ||
===== Supported Devices ===== | ===== Supported Devices ===== | ||
- | * IPQ8074 | + | * IPQ8074 hw2.0 (v5.6) |
+ | * IPQ6018 hw1.0 (v5.10) | ||
+ | * QCA6390 hw2.0 (v5.10) | ||
+ | * QCN9074 hw1.0 (v5.14) | ||
+ | * WCN6855 hw2.0 (v5.17) | ||
+ | * WCN6855 hw2.1 (v5.17) | ||
===== Known bugs/limitations ===== | ===== Known bugs/limitations ===== | ||
+ | * QCA6390: firmware WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1 and older have problems accessing host memory below 32 MB ([[https://bugzilla.kernel.org/show_bug.cgi?id=210923|bug #210923]]) | ||
+ | * QCA6390: v5.16 and older require 32 MSI interrupts, make sure VT-d is enabled or use patchset [[https://patchwork.kernel.org/project/linux-wireless/list/?series=570089&state=*&order=date|ath11k: support one MSI vector]] |