Re: [PATCH wireless-next v3] wifi: brcmfmac: Add support for BCM4361 PCIe chipset

From: Arend van Spriel

Date: Mon Sep 14 2026 - 14:43:16 EST


On Thu, 20 Aug 2026 20:59:01 +0300, Markuss Broks wrote:
> Those are the required changes for the BCM4361 PCIe chipset support.
> BCM4361 is a dual band 2.4GHz and 5GHz WiFi + Bluetooth combo chipset,
> installed on several mobile devices, such as Samsung Galaxy S9.
>
> Tested on Samsung Galaxy S9 (SM-G960F), where it's connected by PCIe link.

[...]

> +#define BRCM_PCIE_4361_DEVICE_ID 0x441f
> +#define BRCM_PCIE_4361_2G_DEVICE_ID 0x4420
> +#define BRCM_PCIE_4361_5G_DEVICE_ID 0x4421

The 2G and 5G device IDs are defined here but not added to
brcmf_pcie_devid_table[] in pcie.c. I might have been clearer
on that, but it seemed obvious to me. Please add them as well.
Refer to 43602 device which has similar device IDs.

Regards,
Arend