Skip to content
New issue

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

nrf_wifi: Fix missing L2 header in max MSDU calculation #1131

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

krish2718
Copy link
Contributor

MTU doesn't include any L2 overhead, so, we need to add Ethernet header len for maximum frame size that we can received from the networking stack.

Fixes SHEL-2214.

MTU doesn't include any L2 overhead, so, we need to add Ethernet header
len for maximum frame size that we can received from the networking
stack.

Fixes SHEL-2214.

Signed-off-by: Chaitanya Tata <[email protected]>
@nordicjm nordicjm merged commit a086c1b into nrfconnect:main Nov 27, 2023
2 checks passed
@krish2718 krish2718 deleted the fix_mtu_missing_l2 branch November 29, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants