]> git.ipfire.org Git - thirdparty/iw.git/commit - scan.c
iw: fix HT PHY BSS Membership selector value encoding
authorChristian Lamparter <chunkeey@googlemail.com>
Tue, 11 Oct 2011 11:15:25 +0000 (13:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Oct 2011 11:28:18 +0000 (13:28 +0200)
commit1fd19c397234b604a553b8156bd46baa88404aab
treef2e576b988a9f2135886db031bb84d5c62c82ae2
parent810e05c3e167da0ba64fea622a263f090c7ce31f
iw: fix HT PHY BSS Membership selector value encoding

IEEE 802.11n 7.3.2.2 extended the supported rate IE to
support a special encoding for HT rate support.

iw needs to be updated in order to recognize
the magic value and parse it accordingly.

e.g.:

> Extended supported rates: 63.5*

now becomes:

> Extended supported rates: HT*

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
scan.c