commit | 940d0ac9dbe3fb9d4806e96f006286c2e476deed | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 11 16:51:03 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 11 16:52:39 2013 +0200 |
tree | 3fea9c0940ebc98eb60e1459ed80ae48440d241b | |
parent | ea141b75ae29636b5c9e9d2e2e77b3dd1ab4c934 [diff] |
cfg80211: fix rtnl leak in wiphy dump error cases In two wiphy dump error cases, most often when the dump allocation must be increased, the RTNL is leaked. This quickly results in a complete system lockup. Release the RTNL correctly. Reported-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>