-
Notifications
You must be signed in to change notification settings - Fork 25
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
Incorrect display of wlan speeds over 1000 mbit #8
Comments
Thank you so much for your help! You have a really fast wifi connection! I agree, the comma is misplaced.
So far I used iwconfig for this information, but your data seems to be more detailed. |
I'm using arch and it's this package: it's advertised as the replacement for iwconfig: Command used: iw wlan0 link bss flags: short-preamble short-slot-time |
|
First of, great tool!
Onto the issue:
When the wifi speed is under 1 gbit/s it shows correctly as (let's say) 864.6 Mbit/s
When the wifi speed is over 1 gbit/s either the decimal point is misplaced, or the unit doesn't get updated from Mbit to Gbit: 1.0887 Mbit/s
Also, but I'm unsure if that's correct or not, the speed value displayed is only the "tx" value. The "rx" is ignored.
for example from the 864.6 Mbit speed screenshot, iw wlan0 link:
rx bitrate: 1253.9 MBit/s 160MHz HE-MCS 6 HE-NSS 2 HE-GI 0 HE-DCM 0
tx bitrate: 864.8 MBit/s 160MHz HE-MCS 8 HE-NSS 1 HE-GI 0 HE-DCM 0
The text was updated successfully, but these errors were encountered: