-
Notifications
You must be signed in to change notification settings - Fork 76
RX/TX rate is reported as MBit/s when it is KBit/s #31
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
Comments
Ah I see. The rate you are referring to is part of the channel survey data. |
Sure. But I think the displayed value is wrong. My connection is limited at 6Mbps, so it is impossible for the rate to be reported at 58Mbit/s. |
It is a property of the wireless channel, not a throughput: see how nl80211_put_sta_rate calculates the bitrate. You will get identical output when running |
There is another rate sometimes reported, which is the expected throughput. Not all drivers support this, but it is closer to what one would expect. |
For slow RX/TX rate wavemon still reports rates as megabytes per second. Where it should be kilobytes instead.
The text was updated successfully, but these errors were encountered: