commit | be94598c900ad22132b9f1b2112d59007e74a051 | [log] [tgz] |
---|---|---|
author | Debasis Das <ddas@codeaurora.org> | Mon Aug 31 15:40:01 2020 +0530 |
committer | Debasis Das <ddas@codeaurora.org> | Mon Sep 07 15:23:54 2020 +0530 |
tree | 19894f23f7ebe2b4477479f5e3c2b685ed4ff118 | |
parent | c50d8315f21ffc120dbc73b54b01c96c67352ec8 [diff] |
qca-wifi: Unmap nbuf while processing Tx completion For mcast-enhancement, nbuf mapping is done once. The nbuf is cloned as per the number of clients. After queueing the pkt to HW, the nbuf should not be unmapped immediately.The correct place to unmap the nbuf is in the Tx completion path. Change-Id: I6c45967b53e1d6db5a7ebf77c6df735c1a41d642