Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp6521204ybh; Thu, 8 Aug 2019 01:24:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyyIK6Gf/FYSGDRz/OFsK1/gFbWH7Eg77V8F20fHd+5zYzsu7pYMPgmjZhA6SxKD8+jqaOz X-Received: by 2002:a62:750c:: with SMTP id q12mr14567058pfc.59.1565252669788; Thu, 08 Aug 2019 01:24:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565252669; cv=none; d=google.com; s=arc-20160816; b=EPVJ5fj6RAzCX4yG7c1wePhd4YDYvjoyFUsa+Rn6WzK7QEJ3L7OlgK6tOuGj+cMmH7 lZZE11oIrHh0cnmsK+6dABcF6rdzLsBbA0ETI2KxMp7RA3E9YloO4vPUCNWUy35/d1rF 0uvNb7jro9fauBUjnUGlz44LSv+DCW44XiLHGdDwozfOOHSCaHOb1wBehz3Nrstvu0oJ wDdwCqv8P+BAR2yDRA+UFPwQzPL3QTt+CdyqtPESjQYYEelrsQVdmVAYZ7NUg7boJ4OZ 7ghqOR9RIawH6HqXs4yoE6RBVeBx9LDvHhDgmO0th0uSXmHZIdPbEcmcn8FioEYToXOi 1nZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:authenticated-by; bh=JqY/qwfeWpk1PUnsHoOkyb35sbCUu97GFpzCS65mG4w=; b=pDY1nyQEh7BbXAWdgHfnivQzV6OvzIvZF805hceaKt/TRo3OfK8SZO3p4vDsW5pVoo A3SV2yJphrzDoclPysofewxXpI9Us4Ux8Etc49C6Sp7w+J/7TuII74isTufD/uC0bYvp RgdvSjmGSqKHkLTfHb+gJA4mm6A3nj9/udQq8XZzohjK8bEa8GzHkyh+KYbxfEaOa85V +1XY1j/oNyXTb8AJkVrV6ysvA0tatTKvjoh6Tgi7wxQs8we2hYnG7E+feSHH2iBQvWe5 eJm/9mWFC9TZaae50ZeQHcaZi+1v/ar5mZJ/2aN7uLacDV/BPvTL1XW0uRrWbw0g7x7d C5lA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a89si51033884pla.60.2019.08.08.01.24.14; Thu, 08 Aug 2019 01:24:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731839AbfHHIWw (ORCPT + 99 others); Thu, 8 Aug 2019 04:22:52 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:32919 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731281AbfHHIWw (ORCPT ); Thu, 8 Aug 2019 04:22:52 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x788McU0001628, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (RTITCASV01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x788McU0001628 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Aug 2019 16:22:38 +0800 Received: from localhost.localdomain (172.21.68.126) by RTITCASV01.realtek.com.tw (172.21.6.18) with Microsoft SMTP Server id 14.3.439.0; Thu, 8 Aug 2019 16:22:37 +0800 From: To: CC: , , , , Subject: [PATCH v3 3/3] rtw88: add a README file Date: Thu, 8 Aug 2019 16:22:29 +0800 Message-ID: <1565252549-25524-4-git-send-email-yhchuang@realtek.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1565252549-25524-1-git-send-email-yhchuang@realtek.com> References: <1565252549-25524-1-git-send-email-yhchuang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.68.126] Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Yan-Hsuan Chuang Add a README to describe the firmware usage, and support status Signed-off-by: Yan-Hsuan Chuang --- rtw88/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 rtw88/README diff --git a/rtw88/README b/rtw88/README new file mode 100644 index 0000000..7ee24b3 --- /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 + -- 2.7.4