mac80211: Disallow to set multicast BSSID
authorAlina Friedrichsen <x-alina@gmx.net>
Tue, 6 Jan 2009 01:41:35 +0000 (02:41 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:47 +0000 (15:59 -0500)
commit0efcdfd6ed4e7ac74c45e7c3218fd1a7416fdb3f
treeb186e17ea74875f141e3e727631785410d8c3313
parentcca3e99861e883358ceb39ad17c9eaee082138a5
mac80211: Disallow to set multicast BSSID

Okay, here is the first of the five patches. After applying all
of them you should be able to build/join huge city mesh networks
(e.g. with the OLSR protocol) with the most of the mac80211 wireless
drivers by setting a fixed BSSID in the ad hoc mode. (If you found no
other bug/problem.) This was not specified in the original standard,
but is a widely used de facto standard.

The first patch now completely disallow to set multicast MAC addresses
as BSSID. The behavior before was really strange.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c