aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan-Hsuan Chuang <yhchuang@realtek.com>2019-08-08 16:22:29 +0800
committerJosh Boyer <jwboyer@kernel.org>2019-08-15 07:40:56 -0400
commit5621bfcde3676bfe5b48c2cc7325eabec999a8be (patch)
tree6391c7071388cc62e70d397f1f44c39e0a28b668
parent7e431c5dee009cf5efeeb22277eb998872ea1377 (diff)
downloadlinux-firmware-5621bfcde3676bfe5b48c2cc7325eabec999a8be.tar.gz
rtw88: add a README file
Add a README to describe the firmware usage, and support status [Added to WHENCE by Josh Boyer <jwboyer@kernel.org>] Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
-rw-r--r--WHENCE1
-rw-r--r--rtw88/README28
2 files changed, 29 insertions, 0 deletions
diff --git a/WHENCE b/WHENCE
index e7bcfd06..9b2f4760 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2792,6 +2792,7 @@ Info: Sent to Larry Finger by Realtek engineer Yan-Hsuan Chuang <yhchuang@realte
File: rtw88/rtw8822b_fw.bin
File: rtw88/rtw8822c_fw.bin
File: rtw88/rtw8822c_wow_fw.bin
+File: rtw88/README
Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
diff --git a/rtw88/README b/rtw88/README
new file mode 100644
index 00000000..7ee24b3c
--- /dev/null
+++ b/rtw88/README
@@ -0,0 +1,28 @@
+
+ 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
+
+RTL8822CE
+ rtw8822c_fw.bin
+ rtw8822c_wow_fw.bin
+