From: Michal Kazior Date: Fri, 8 Jun 2012 08:55:44 +0000 (+0200) Subject: cfg80211: check iface combinations only when iface is running X-Git-Tag: v3.5-rc5~17^2~34^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8cdddb8d61d16a156229f0910f7ecfc7a82c003;p=pandora-kernel.git cfg80211: check iface combinations only when iface is running Don't validate interface combinations on a stopped interface. Otherwise we might end up being able to create a new interface with a certain type, but won't be able to change an existing interface into that type. This also skips some other functions when interface is stopped and changing interface type. Signed-off-by: Michal Kazior Signed-off-by: Johannes Berg --- Reading git-diff-tree failed