Sync openbsd net80211#453
Merged
Merged
Conversation
…n the buffer until the next frame is received.
…e Ethernet header size.
Collaborator
Collaborator
|
Update: for mvm cards which are before 9000 series, there are bugs in the firmware when enabling AMSDU inside AMPDU, so this flag is necessary I think. I will take sometime to review and see how to deal with it. |
Contributor
Author
|
The AMSDU isn't enabled in net80211 globally. I've test enabling AMSDU in According to your logs, you haven't pick up this patch that disable AMSDU globally again. The comment says need more work for iwm 9k and iwx to be done. |
DexterSLamb
pushed a commit
to DexterSLamb/itlwm
that referenced
this pull request
May 3, 2026
* Sync changes from openbsd * Kill unused IEEE80211_RADIOTAP_HWQUEUE. * The command value of the _IOC() macro is limited to values [0..255]. * Add missing #if's to fix build without bpf(4). * The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. * Improve processing of lost frames during 802.11 Rx aggregation. * Use BA agreement immediately after it is requested by the AP. * Fix gapwait accounting. * Fix 802.11 RSN capabilities announced to peers. * Flush reorder buffer after gap timeout, otherwise the frames remain in the buffer until the next frame is received. * Disable A-MSDU support again. * Ignore trailing data in A-MSDU frame buffers if it is smaller than the Ethernet header size. * Fix double-free on error in ieee80211_amsdu_decap().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Sync latest patches from openbsd net80211