mac80211: Disallow concurrent IBSS/STA mode interfaces
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 21 Feb 2008 00:10:07 +0000 (01:10 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:41:36 +0000 (15:41 -0500)
Disallow having more than one IBSS interface up at any time
because of beacon distribution issues, and for now also disallow
having more than one IBSS/STA interface up at the same time
because we use the master interface's BSS struct which would
be completely corrupted when we have more than one up.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211.c

Simple merge