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.
2 parents fc7be4f + 8ae67e6 commit f5ece49Copy full SHA for f5ece49
drivers/net/wireless/ath/ath12k/dp.c
@@ -84,6 +84,7 @@ int ath12k_dp_peer_setup(struct ath12k *ar, int vdev_id, const u8 *addr)
84
ret = ath12k_dp_rx_peer_frag_setup(ar, addr, vdev_id);
85
if (ret) {
86
ath12k_warn(ab, "failed to setup rx defrag context\n");
87
+ tid--;
88
goto peer_clean;
89
}
90
0 commit comments