commit | 93e1956dddf5bfea3a4de0da63f06a2a950965e6 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Wed Jan 11 16:32:21 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 15 15:53:16 2017 +0100 |
tree | 23a1b649d2672070cdc8ea7c80729c7ae5fdcdb6 | |
parent | 72eff92d84f089223e2e97bf2fd9807391c4b9c0 [diff] |
wcn36xx: Don't use the destroyed hal_mutex [ Upstream commit d53628882255481b710641dd0118fbd80af6e983 ] ieee80211_unregister_hw() might invoke operations to stop the interface, that uses the hal_mutex. So don't destroy it until after we're done using it. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>