]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Fix probe request filtering in IBSS mode
authorBenoit Papillault <benoit.papillault@free.fr>
Fri, 5 Feb 2010 00:21:03 +0000 (01:21 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:07:22 +0000 (16:07 -0500)
commitfb2195d4f849ab39e790f13784867f5ee29a62ae
tree95d36263c453aefa9c300ee659205ca2c515d24d
parentc7e88fa6db37f787dfc0cb5e08f26dfac1f6a886
mac80211: Fix probe request filtering in IBSS mode

We only reply to probe request if either the requested SSID is the
broadcast SSID or if the requested SSID matches our own SSID. This
latter case was not properly handled since we were replying to different
SSID with the same length as our own SSID.

Signed-off-by: Benoit Papillault <benoit.papillault@free.fr>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ibss.c