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

Replacing buffered frame with a new frame (with different length and MCS) #141

Open
makesens86 opened this issue Mar 29, 2018 · 2 comments

Comments

@makesens86
Copy link

makesens86 commented Mar 29, 2018

Hello?

When an AP is waiting to access channel before its transmission, can a buffered frame be replaced with a new frame with different length and MCS?

For example, let's assume there are 2 A-MPDU frames in the TX buffer, (one is consisting of subframes #1-5, and the other is consisting of subframes 6-10). In this case, is it possible to make new A-MPDU frame with subframe number 1-8?

Right now, I am considering this way.
First, flush out all the buffered A-MPDU frames and move all the subframes in the software queue and make a new A-MPDU frame with target length. Is there any other option to recommend? (I am studying the src code related with A-MPDU generation, but still long way to go.. T_T).

Thank you very much.

@erikarn
Copy link
Collaborator

erikarn commented Mar 29, 2018 via email

@makesens86
Copy link
Author

@erikarn Hi, always appreciate for your comments.
If it is aborted, is the original frame (multiple subframes) buffered software queue?
I will look into the src code about abort and retry.

hyunjoong

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

No branches or pull requests

2 participants