From: Johannes Berg Date: Thu, 8 Oct 2009 19:02:02 +0000 (+0200) Subject: cfg80211: fix netns error unwinding bug X-Git-Tag: v2.6.32-rc5~13^2~32^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8e05e5d8f6155788761961fc9845328863c16d;p=pandora-kernel.git cfg80211: fix netns error unwinding bug The error unwinding code in set_netns has a bug that will make it run into a BUG_ON if passed a bad wiphy index, fix by not trying to unlock a wiphy that doesn't exist. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed