From: Johannes Berg Date: Thu, 21 Feb 2008 00:10:07 +0000 (+0100) Subject: mac80211: Disallow concurrent IBSS/STA mode interfaces X-Git-Tag: v2.6.26-rc1~1138^2~530^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665e8aafb4e0826caec9db25617b186ea3f3ec91;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed