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.2.17~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e1fbf5681e877ff227432918ffd4b5c6f6f228;p=pandora-kernel.git nl80211: ensure interface is up in various APIs commit 2b5f8b0b44e17e625cfba1e7b88db44f4dcc0441 upstream. [backported by Ben Greear] 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. Reported-by: Ben Greear Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: Ben Greear Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed