On 7/28/2024 9:18 PM, Arend van Spriel wrote:
> Providing the random seed to firmware was tied to the fact that the
[...]
> @@ -2710,6 +2712,7 @@ static const struct pci_device_id
> brcmf_pcie_devid_table[] = {
> BRCMF_PCIE_DEVICE(BRCM_PCIE_4366_5G_DEVICE_ID, BCA),
> BRCMF_PCIE_DEVICE(BRCM_PCIE_4371_DEVICE_ID, WCC),
> BRCMF_PCIE_DEVICE(BRCM_PCIE_43596_DEVICE_ID, CYW),
> + BRCMF_PCIE_DEVICE(BRCM_PCIE_43752_DEVICE_ID, WCC_SEED),
> BRCMF_PCIE_DEVICE(BRCM_PCIE_4377_DEVICE_ID, WCC_SEED),
> BRCMF_PCIE_DEVICE(BRCM_PCIE_4378_DEVICE_ID, WCC_SEED),
> BRCMF_PCIE_DEVICE(BRCM_PCIE_4387_DEVICE_ID, WCC_SEED),
>
> Please test if this works for you. If functional you may add this
patch as
-> is in your series. Would also like to here from the Apple chip users
if this
+> is in your series. Would also like to hear from the Apple chip users
if this
> approach works for them as well.
>
> Regards,
> Arend