Loading
!15431 fw, net: wireless: Add RTW88 driver and compressed firmware support
Merge Pull Request from: @lipingEmmaSiguyi Enable combined hardware/firmware capabilities for wireless devices: 1. RTW88 802.11ac WiFi driver suite: - CONFIG_RTW88_CORE=y (core framework) - CONFIG_RTW88_PCI=y (PCIe interface support) - CONFIG_RTW88_8822CE=y (8822CE chipset support) 2. Compressed firmware handling: - CONFIG_FW_LOADER_COMPRESS=y (base compression support) - CONFIG_FW_LOADER_COMPRESS_XZ=y (XZ format decompression) - CONFIG_FW_LOADER_COMPRESS_ZSTD=y (Zstandard decompression) This combination allows modern wireless adapters using Realtek RTW88 chipsets to utilize compressed firmware images (xz/zstd formats), achieving: - 30-50% reduction in firmware storage footprint - Full compatibility with linux-firmware package standards - Automatic firmware decompression at load time Link:https://gitee.com/openeuler/kernel/pulls/15431 Reviewed-by:Zhang Peng <zhangpeng362@huawei.com> Reviewed-by:
Liu Chao <liuchao173@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>