linux-firmware/rtw88
Fiona Klute a030a6d4ca rtw88: Add RTL8703B firmware v11.0.0
RTL8703B is the WiFi part of RTL8723CS, the WiFi/bluetooth module used
in the Pinephone. This firmware has been extracted from the rtl8723cs
vendor driver, v5.12.2-7-g2de5ec386.20201013_beta.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
2024-03-21 10:57:23 +08:00
..
README rtw88: Add RTL8703B firmware v11.0.0 2024-03-21 10:57:23 +08:00
rtw8703b_fw.bin rtw88: Add RTL8703B firmware v11.0.0 2024-03-21 10:57:23 +08:00
rtw8703b_wow_fw.bin rtw88: Add RTL8703B firmware v11.0.0 2024-03-21 10:57:23 +08:00
rtw8723d_fw.bin rtw88: RTL8723D: add firmware file v48 2019-11-04 06:37:16 -05:00
rtw8821c_fw.bin rtw88: 8821c: Update normal firmware to v24.11.00 2022-04-07 16:20:41 +08:00
rtw8822b_fw.bin rtw88: Add firmware file for driver rtw88 2018-10-08 09:22:34 -04:00
rtw8822c_fw.bin rtw88: 8822c: Update normal firmware to v9.9.15 2023-03-24 19:26:57 +08:00
rtw8822c_wow_fw.bin rtw88: RTL8822C: Update firmware to v9.9.4 2020-11-13 10:26:20 -05:00

README

 rtw88 firmware
================

This repository contains firmware images supported by Realtek's wireless
driver rtw88. And some of the devices run with more than one firmware
file. Basically, a "normal" firmware is necessary to be downloaded to
the device.
And another is called "wowlan" firmware, it should be loaded when a
device is going to suspend. Which means driver will "re-download/swap"
the firmware image. The wowlan firmware contains wake up functions that
can recognize specific events and send a wake up signal to device if
needed, and the system will resume to running state. During resume,
driver will then swap the normal firmware back, return to running state.

If any distros or platforms do not require wowlan feature, they can
_only_ pick the normal firmware. And everything still works fine,
except that the device cannot be waken from the wireless NICs.

Currently supported devices with corresponding firmwares:

RTL8822BE
    rtw8822b_fw.bin

RTL8821CE
    rtw8821c_fw.bin

RTL8822CE
    rtw8822c_fw.bin
    rtw8822c_wow_fw.bin

RTL8723DE
    rtw8723d_fw.bin

RTL8723CS/RTL8703B
    rtw8703b_fw.bin
    rtw8703b_wow_fw.bin