summaryrefslogtreecommitdiffstats
path: root/rtw88
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 08:09:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 08:09:22 +0000
commit6b4d032d4964caaa85be4ba8f3a7874afbf958cc (patch)
treea9846103274b39705a7e8be9fc28c006c18094b1 /rtw88
parentInitial commit. (diff)
downloadfirmware-nonfree-6b4d032d4964caaa85be4ba8f3a7874afbf958cc.tar.xz
firmware-nonfree-6b4d032d4964caaa85be4ba8f3a7874afbf958cc.zip
Adding upstream version 20230625.upstream/20230625upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rtw88')
-rw-r--r--rtw88/README34
-rw-r--r--rtw88/rtw8723d_fw.binbin0 -> 28884 bytes
-rw-r--r--rtw88/rtw8821c_fw.binbin0 -> 139472 bytes
-rw-r--r--rtw88/rtw8822b_fw.binbin0 -> 150984 bytes
-rw-r--r--rtw88/rtw8822c_fw.binbin0 -> 202600 bytes
-rw-r--r--rtw88/rtw8822c_wow_fw.binbin0 -> 145224 bytes
6 files changed, 34 insertions, 0 deletions
diff --git a/rtw88/README b/rtw88/README
new file mode 100644
index 0000000..01449ca
--- /dev/null
+++ b/rtw88/README
@@ -0,0 +1,34 @@
+
+ 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
+
diff --git a/rtw88/rtw8723d_fw.bin b/rtw88/rtw8723d_fw.bin
new file mode 100644
index 0000000..ac2b925
--- /dev/null
+++ b/rtw88/rtw8723d_fw.bin
Binary files differ
diff --git a/rtw88/rtw8821c_fw.bin b/rtw88/rtw8821c_fw.bin
new file mode 100644
index 0000000..9beeb38
--- /dev/null
+++ b/rtw88/rtw8821c_fw.bin
Binary files differ
diff --git a/rtw88/rtw8822b_fw.bin b/rtw88/rtw8822b_fw.bin
new file mode 100644
index 0000000..0934ffc
--- /dev/null
+++ b/rtw88/rtw8822b_fw.bin
Binary files differ
diff --git a/rtw88/rtw8822c_fw.bin b/rtw88/rtw8822c_fw.bin
new file mode 100644
index 0000000..7cad71b
--- /dev/null
+++ b/rtw88/rtw8822c_fw.bin
Binary files differ
diff --git a/rtw88/rtw8822c_wow_fw.bin b/rtw88/rtw8822c_wow_fw.bin
new file mode 100644
index 0000000..1ce74fd
--- /dev/null
+++ b/rtw88/rtw8822c_wow_fw.bin
Binary files differ