mac80211: handle HT PHY BSS membership selector value correctly
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 14 Oct 2011 22:14:49 +0000 (00:14 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Nov 2011 21:00:59 +0000 (16:00 -0500)
commitc74d084f914e16e42730bcf625ab3f37a4cae8d4
tree2d25a95c18b679d2bd56fae50d2f185851c0d8d5
parentfa5e91bc7715c772342b197269a85aa3ced16900
mac80211: handle HT PHY BSS membership selector value correctly

802.11n-2009 extends the supported rates element with a
magic value which can be used to prevent legacy stations
from joining the BSS.

However, this magic value is not a rate like the others
and the magic can simply be ignored/skipped at this late
stage.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>---
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ieee80211.h
net/mac80211/mlme.c