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)
commit665e8aafb4e0826caec9db25617b186ea3f3ec91
tree156b30cba36776dfd13752f8f51445e3ea11c852
parent43ba7e958f2ca05e4e9171a15402288419289d71
mac80211: Disallow concurrent IBSS/STA mode interfaces

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