]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cd95248d95aa447e1c2a56a5db487a818233751
tree2d25a95c18b679d2bd56fae50d2f185851c0d8d5
parentf2341bbe60e462f63c137758cb79f81492e88110
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