commit | 8a8e05e5d8f6155788761961fc9845328863c16d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Oct 08 21:02:02 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 08 16:27:00 2009 -0400 |
tree | fc842a395135d7840b440d656cf31f0a7b1548f3 | |
parent | 7e937c633f718e0916a294db7282c922c1bf3ce3 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>