commit | 4564b187c16327045d87596e8980c65ba7b84c50 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Dec 11 12:33:47 2017 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 11 12:33:47 2017 +0100 |
tree | 44412b2e0ae4e812166ac793fb8012d2e6b159c0 | |
parent | 0afe9d4ab9d40c281bdcdd118661fe8e4bdcef18 [diff] |
nl80211: fix nl80211_send_iface() error paths Evidently I introduced a locking bug in my change here, the nla_put_failure sometimes needs to unlock. Fix it. Fixes: 44905265bc15 ("nl80211: don't expose wdev->ssid for most interfaces") Signed-off-by: Johannes Berg <johannes.berg@intel.com>