Skip to content

Commit

Permalink
ath11k: possible fw crash fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Jan 27, 2025
1 parent 096f9e9 commit d974d44
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
if (peer) {
#ifdef CPTCFG_ATH11K_NSS_SUPPORT
peer->delete_in_progress = true;
@@ -867,13 +873,19 @@ int ath11k_peer_create(struct ath11k *ar
@@ -819,7 +825,6 @@ int ath11k_peer_delete(struct ath11k *ar
}
}
#endif
- ath11k_peer_rhash_delete(ar->ab, peer);
}
spin_unlock_bh(&ar->ab->base_lock);
mutex_unlock(&ar->ab->tbl_mtx_lock);
@@ -867,13 +872,19 @@ int ath11k_peer_create(struct ath11k *ar
return -ENOBUFS;
}

Expand Down

0 comments on commit d974d44

Please sign in to comment.