Changes between Version 139 and Version 140 of wireless/wifi
- Timestamp:
- 02/09/2026 06:52:10 PM (35 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v139 v140 1142 1142 Ath12k is a Linux driver for Qualcomm 802.11BE devices. 802.11BE is often called WiFi7. 1143 1143 1144 The proper firmware files are required depending on the WiFi Card. 1144 The proper firmware files are required depending on the !WiFi Card and while some of these files are packaged and/or available on [https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ linux-firmware.git ] a vendor specific board configuration file (board.bin) is needed. Contact the vendor of the card for this file. 1145 1146 Additionally these cards typically require a large amount of contiguous memory used for DMA (typically 100M). The Linux DMA Contiguous Memory Allocator (CMA) kernel configuration needs to be enabled (CONFIG_DMA_CMA=y). As long as DMA_CMA is configured you can override the size configured in the kernel with a kernel parameter, for example 'cma=100M' passed in via bootargs. 1145 1147 1146 1148 See more information for the Compex ath12k card: [wiki:FSA#Card:CompexWLTB7002E25M.2B-KeyM-KeyWiFi7radio Compex WLTB7002E25]
