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

Patch mac80211 to give correct skb sizes for 4addr wds frames - fixes… #17

Closed
wants to merge 1 commit into from

Conversation

grozzie2
Copy link

… stp on wds bridges

net/wireless/util.c at line 512 sets length for the skb, then promptly removes 80211 header data, leaving length incorrect, which is caught by llc processing later, preventing stp frames from being processed.

This corrects the h_proto value so frames will be processed with stp information over wds 4addr type bridges.

@yeryomin
Copy link

Could you be consistent with kernel style and put spaces around minus sign?
Thanks!

@grozzie2
Copy link
Author

The patch has become more or less redundant at this point. Felix reformatted and sent upstream, the fix is now in mainline.

@blogic blogic closed this Nov 7, 2017
sdelafond referenced this pull request in untangle/openwrt Oct 15, 2020
nquest pushed a commit to nquest/openwrt that referenced this pull request Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants