]> git.ipfire.org Git - people/ms/linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Feb 2010 15:37:58 +0000 (07:37 -0800)
commitde30e10d0080bccca8fe56f8dcb75171fffdb695
treed78fd8d239f62df0af20b11edcfd5b4d2c818841
parent20f774c4adc1f0690b300103b3f046c79d82ed99
mac80211: Fix probe request filtering in IBSS mode

commit 0da780c269957783d341fc3559e6b4c9912af7b4 upstream.

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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/ibss.c