Address the memory leak caused by extended skb allocation observed during multicast transmission in this series. --- v3: - Rebased on top of TOT. v2: - Rebased on top of TOT. --- P Praneesh (4): wifi: ath12k: Handle error cases during extended skb allocation wifi: ath12k: Refactor tx descriptor handling in tx completion handler wifi: ath12k: Fix memory leak during extended skb allocation wifi: ath12k: Use skb->len for dma_unmap_single() length parameter drivers/net/wireless/ath/ath12k/dp.c | 10 ++- drivers/net/wireless/ath/ath12k/dp.h | 7 ++ drivers/net/wireless/ath/ath12k/dp_tx.c | 87 ++++++++++++++----------- 3 files changed, 64 insertions(+), 40 deletions(-) base-commit: 1a7000fb8348e04ab486513d6ebd4b6074a94be2 prerequisite-patch-id: f2cd6035cd8769da70721efd8354cf8131edc926 prerequisite-patch-id: 08db299a9f0375f556005283219456e1725bc37f prerequisite-patch-id: 15f3b1e458a979254c34be57e7449bbc05febd7f prerequisite-patch-id: 8cf261ae105d066b527e467ffe24b4372cff0b3c prerequisite-patch-id: adbcbd1770169e05e4d69c7ad86ff644b22f2c54 prerequisite-patch-id: 43e5c01088694110a0e528ee709d5d2ae2492f99 prerequisite-patch-id: cbabcace5dfce8d0f72e9c4061c0b9d43178ba81 prerequisite-patch-id: b21a6dec4281f6bcf49681b9add2ea41de849dd1 -- 2.34.1