From: Johannes Berg Date: Mon, 2 Apr 2012 08:51:55 +0000 (+0200) Subject: nl80211: ensure interface is up in various APIs X-Git-Tag: v3.4-rc3~32^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5f8b0b44e17e625cfba1e7b88db44f4dcc0441;p=pandora-kernel.git nl80211: ensure interface is up in various APIs The nl80211 handling code should ensure as much as it can that the interface is in a valid state, it can certainly ensure the interface is running. Not doing so can cause calls through mac80211 into the driver that result in warnings and unspecified behaviour in the driver. Cc: stable@vger.kernel.org Reported-by: Ben Greear Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed