]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz
authorJouni Malinen <j@w1.fi>
Sat, 28 Aug 2010 16:37:51 +0000 (19:37 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Sep 2010 19:54:28 +0000 (15:54 -0400)
commit1e26caa1c0f5659dbedc4bccaba5600bb39acfea
tree5eb085461cc417ca32fe7a8a13f52b231030be86
parentdaf0abe28660062f7898e6e61b1c17ac6b3b7b34
mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz

IEEE Std 802.11k-2008 added DS Parameter Set information element into
Probe Request frames as an optional information on 2.4 GHz band (and
mandatory, if radio measurements are enabled). This allows APs to
filter out Probe Request frames that may be received from neighboring
overlapping channels and by doing so, reduce the number of unnecessary
frames in the air. Make mac80211 add this IE into Probe Request frames
whenever the channel is known (i.e., whenever hwscan is not used).

Signed-off-by: Jouni Malinen <j@w1.fi>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/scan.c
net/mac80211/util.c