-----Original Message-----
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Sent: Tuesday, March 21, 2023 5:35 AM
To: linux-wireless@vger.kernel.org
Cc: Yan-Hsuan Chuang <redacted>; Kalle Valo <kvalo@kernel.org>; Ulf Hansson
[off-list ref]; linux-kernel@vger.kernel.org; netdev@vger.kernel.org;
linux-mmc@vger.kernel.org; Chris Morgan [off-list ref]; Nitin Gupta [off-list ref];
Neo Jou [off-list ref]; Ping-Ke Shih [off-list ref]; Jernej Skrabec [off-list ref];
Larry Finger [off-list ref]; Martin Blumenstingl [off-list ref]
Subject: [PATCH v3 8/9] wifi: rtw88: Add support for the SDIO based RTL8822CS chipset
Wire up RTL8822CS chipset support using the new rtw88 SDIO HCI code as
well as the existing RTL8822C chipset code.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
---
Changes since v2:
- sort includes alphabetically as suggested by Ping-Ke
- add missing #include "main.h" (after it has been removed from sdio.h
in patch 2 from this series)
Changes since v1:
- use /* ... */ style for copyright comments
[...]