On 11/24/22 11:07, Arend van Spriel wrote:
On 11/24/2022 12:04 PM, Andy Green wrote:
Ok. Something is off there. Maybe I tried to be to smart. How does
that log statement look which you added?
It's inline with the other logs, it seems to be coming before the
actual NVRAM download part
>> [ 3.694272] brcmfmac: Download NVRAM brcm/fw_bcm43752a2_pcie.txt
>> [ 3.694895] brcmfmac: brcmf_pcie_write_entropy_bytes: written 6040
>> entropy bytes
Sorry. I meant how the source code look like. There should be 128 bytes
written. 6040 is length of nvram so I am a bit confused.
It's just my log is showing the wrong thing. I was mainly wanting to
make sure it went through there so I didn't look at what it was saying
any closer.
pr_err("%s: written %u entropy bytes\n", __func__, nvram_len);
Showing count instead
[ 3.734102] brcmfmac: brcmf_pcie_write_entropy_bytes: written 128
entropy bytes
-Andy