Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler conflicts which deal with the addition of the free list parameter to qdisc_enqueue(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -708,10 +708,10 @@ static int ath10k_peer_create(struct ath10k *ar,
|
||||
|
||||
peer = ath10k_peer_find(ar, vdev_id, addr);
|
||||
if (!peer) {
|
||||
spin_unlock_bh(&ar->data_lock);
|
||||
ath10k_warn(ar, "failed to find peer %pM on vdev %i after creation\n",
|
||||
addr, vdev_id);
|
||||
ath10k_wmi_peer_delete(ar, vdev_id, addr);
|
||||
spin_unlock_bh(&ar->data_lock);
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user