wifi: Remove Subsystem id check for RT8822CE
Remove the subsystem id check for the RT8822CE chip as not all
chips have the 0x4210 subsystem id. Adding a subsystem id to
the CE-VR variant should be sufficient to distinguish between the
two chips because of the order of operations in DeviceInfo().
BUG=b:468825641
TEST=./fast_build.sh -T
TEST=tast run wifi.Driver
Change-Id: I07cf95a55c2d162527f248528b33a78eab65d21a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/7263405
Tested-by: Ruth Mekonnen <rmekonnen@google.com>
Reviewed-by: Terry Yan <yichiyan@google.com>
Reviewed-by: Jintao Lin <jintaolin@chromium.org>
Commit-Queue: Ruth Mekonnen <rmekonnen@google.com>
Commit-Queue: ChromeOS Auto Runner <chromeos-auto-runner@chromeos-bot.iam.gserviceaccount.com>
diff --git a/src/go.chromium.org/tast/core/testing/wlan/wlan.go b/src/go.chromium.org/tast/core/testing/wlan/wlan.go
index 0a9e639..439be1c 100644
--- a/src/go.chromium.org/tast/core/testing/wlan/wlan.go
+++ b/src/go.chromium.org/tast/core/testing/wlan/wlan.go
@@ -166,7 +166,7 @@
{Vendor: "0x8086", Device: "0xe440", Subsystem: "0x0110"}: IntelBE211,
{Vendor: "0x8086", Device: "0xe440", Subsystem: "0x0114"}: IntelBE211,
{Vendor: "0x14e4", Device: "0x43ec"}: BroadcomBCM4356PCIE,
- {Vendor: "0x10ec", Device: "0xc822", Subsystem: "0x4210"}: Realtek8822CPCIE,
+ {Vendor: "0x10ec", Device: "0xc822"}: Realtek8822CPCIE,
{Vendor: "0x10ec", Device: "0xc822", Subsystem: "0xc822"}: Realtek8822CVTPCIE,
{Vendor: "0x10ec", Device: "0x8852"}: Realtek8852APCIE,
{Vendor: "0x10ec", Device: "0xc852"}: Realtek8852CPCIE,