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

Question about Ack transmission for unicast #86

Open
bupt-zsp opened this issue Jul 5, 2020 · 4 comments
Open

Question about Ack transmission for unicast #86

bupt-zsp opened this issue Jul 5, 2020 · 4 comments

Comments

@bupt-zsp
Copy link

bupt-zsp commented Jul 5, 2020

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.

@chunyeow
Copy link
Contributor

chunyeow commented Jul 6, 2020

IEEE80211_TX_CTL_NO_ACK should be configured at mac80211 and ath9k driver should honour it.

@chunyeow
Copy link
Contributor

chunyeow commented Jul 6, 2020

You may see whether you can extend iw to support no ACK policy.

@bupt-zsp
Copy link
Author

bupt-zsp commented Jul 6, 2020

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?

@chunyeow
Copy link
Contributor

chunyeow commented Jul 9, 2020 via email

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