Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4170] The 802.11n rate MCS7 is reported as 19.5Mb/s

Date: Wed, 16 Dec 2009 10:48:04 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4170

Gerasimos Dimitriadis <dimeg@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimeg@xxxxxxxxxxx

--- Comment #3 from Gerasimos Dimitriadis <dimeg@xxxxxxxxxxx> 2009-12-16 10:48:02 PST ---
The ieee80211_radiotap man page from FreeBSD states that:
This field contains a single unsigned 8-bit value that is the data rate. Legacy
rates are in units of 500Kbps. MCS rates (used on 802.11n/HT channels) have the
high bit set and the MCS in the low 7 bits.

So, I believe that in this case the data rate of 0x82 is correctly interpreted
as MSC2 => 19.5 Mbps

I think that the fact that 0x82 * 0.5 Mbps = 65 Mbps is a strange coincidence.
Maybe the rate is erroneously reported as legacy rate?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.