We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When receiving files the brcmfmac sdio driver reports frame sequence errors. An example from the kern.log is:
Mar 24 22:26:11 localhost kernel: [14459.924175] net_ratelimit: 37 callbacks suppressed Mar 24 22:26:11 localhost kernel: [14459.924188] brcmfmac: brcmf_sdio_hdparse: seq 189: sequence number error, expect 188 Mar 24 22:26:11 localhost kernel: [14459.924232] brcmfmac: brcmf_sdio_hdparse: seq 188: sequence number error, expect 190 Mar 24 22:26:11 localhost kernel: [14459.924618] brcmfmac: brcmf_sdio_hdparse: seq 191: sequence number error, expect 189 Mar 24 22:26:11 localhost kernel: [14459.924663] brcmfmac: brcmf_sdio_hdparse: seq 190: sequence number error, expect 192 Mar 24 22:26:11 localhost kernel: [14459.925023] brcmfmac: brcmf_sdio_hdparse: seq 193: sequence number error, expect 191 Mar 24 22:26:11 localhost kernel: [14459.925071] brcmfmac: brcmf_sdio_hdparse: seq 192: sequence number error, expect 194 Mar 24 22:26:11 localhost kernel: [14459.925679] brcmfmac: brcmf_sdio_hdparse: seq 195: sequence number error, expect 193 Mar 24 22:26:11 localhost kernel: [14459.925724] brcmfmac: brcmf_sdio_hdparse: seq 194: sequence number error, expect 196 Mar 24 22:26:11 localhost kernel: [14459.926082] brcmfmac: brcmf_sdio_hdparse: seq 197: sequence number error, expect 195 Mar 24 22:26:11 localhost kernel: [14459.926127] brcmfmac: brcmf_sdio_hdparse: seq 196: sequence number error, expect 198 Mar 24 22:26:16 localhost kernel: [14464.948078] net_ratelimit: 41 callbacks suppressed
These errors are reported by brcmf_sdio_hdparse in brcmfmac/sdio.c. My post reporting this is https://www.raspberrypi.org/forums/viewtopic.php?p=937573#p937573
Thanks, Steven
The text was updated successfully, but these errors were encountered:
Hi, I've just realised that this issue has already been reported (issue #1313). Maybe close this issue.
Cheers, Steven
Sorry, something went wrong.
No branches or pull requests
When receiving files the brcmfmac sdio driver reports frame sequence errors. An example from the kern.log is:
These errors are reported by brcmf_sdio_hdparse in brcmfmac/sdio.c. My post reporting this is https://www.raspberrypi.org/forums/viewtopic.php?p=937573#p937573
Thanks,
Steven
The text was updated successfully, but these errors were encountered: