-
Notifications
You must be signed in to change notification settings - Fork 54
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
Question about Ack transmission for unicast #86
Comments
IEEE80211_TX_CTL_NO_ACK should be configured at mac80211 and ath9k driver should honour it. |
You may see whether you can extend iw to support no ACK policy. |
Thanks for your reply, I can disable ack policy by modified IEEE80211_TX_CTL_NO_ACK and recompile linux kernel, I want to figure out which part of code transmission Ack in unicast and I want to realize fine-grained Ack transmission control. Whether I can control it? |
You can dig a bit on the driver side and look for the tx path to experiment.
…On Tue, Jul 7, 2020, 1:27 AM bupt-zsp ***@***.***> wrote:
Thanks for your reply, I can disable ack policy by modified
IEEE80211_TX_CTL_NO_ACK and recompile linux kernel, I want to figure out
which part of code transmission Ack in unicast and I want to realize
fine-grained Ack transmission control. Whether I can control it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIF5QXQ3MJPLTRJHACYM6LR2ICP7ANCNFSM4OQX43LQ>
.
|
Dear open80211s team:
I am working on developing open802.11 by atheros NIC, and I want to know which part in driver/.../ath9k or mac802.11 control the ack transmission for unicast and I'm not sure about it.
Looking forward to your reply.
Thanks.
The text was updated successfully, but these errors were encountered: