morrownr / 8814au

Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset
Other
509 stars 98 forks source link

Rate Limit of Injection Frame #137

Open MoChKa opened 1 month ago

MoChKa commented 1 month ago

Does anyone knows the highest injection VHT rate in real scenario?

I just want to know whether the injection frame can be compared to the normal TCP in case of rate comparsion. Because in my test, TCP can achieve at least 70Mbps between two devices. But when I using injection frame to communicate beteween two endpoints, I only get 40Mbps. (Both of them start the monitor mode)

Thanks !

morrownr commented 1 month ago

@MoChKa

Does anyone knows the highest injection VHT rate in real scenario?

I do not. I am doing minimal maintenance on this driver these days as I am busy on projects that I hope are more valuable to the community.

Any day now, new rtw88 rtl8821/11au and rtl8812au drivers will be headed upstream toward mainline. Hopefully to be included in kernel 6.12. The next project that we hope can take place is a new standards compliant rtl8814au driver that can be upstreamed as well. When it is time, I will post a short message at the top of the README and I will create an issue with information regards how to test and help. Hopefully you can help.

@morrownr