Loading
fw, net: wireless: Add RTW88 driver and compressed firmware support
community inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBPAXR CVE: NA -------------------------------------------------- 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 Signed-off-by:Li Ping <1477412247@qq.com>