[qca-nss-drv] Set the REUSABLE flag for NSS send API
By default all the NSS data/cmd APIs send the buffers
with no reuse flag set. The nss core send logic sets
the reuse flag based on the some default conditions.
The current patch flips the logic where it sends all the data/cmd
packets with reusable flag and nss-core send logic resets
the reusable flag if they fail to meet the conditions of reuse. This
provides the flexibility where a user can explicitly call the send
APIs witn/without the reusable flag.
Change-Id: I883ca9bf25fe2b79a2f03663be2e1166f4454bec
Signed-off-by: Aniruddha Paul <paulani@codeaurora.org>
23 files changed