We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182fd9e commit fee48cfCopy full SHA for fee48cf
drivers/net/wireless/ath/ath10k/mac.c
@@ -679,10 +679,10 @@ static int ath10k_peer_create(struct ath10k *ar,
679
680
peer = ath10k_peer_find(ar, vdev_id, addr);
681
if (!peer) {
682
+ spin_unlock_bh(&ar->data_lock);
683
ath10k_warn(ar, "failed to find peer %pM on vdev %i after creation\n",
684
addr, vdev_id);
685
ath10k_wmi_peer_delete(ar, vdev_id, addr);
- spin_unlock_bh(&ar->data_lock);
686
return -ENOENT;
687
}
688
0 commit comments