qcacmn: Fix SW desc leak in defrag path

Free SW desc in failure paths of rx defragmentation.

Change-Id: I9d24c0db238cab0e330c710b6328a347b6c07590
CRs-Fixed: 2208292
This commit is contained in:
psimha
2018-03-20 12:24:33 -07:00
committed by nshrivas
parent fe276b3bc7
commit 65180eceac
3 changed files with 53 additions and 13 deletions

View File

@@ -143,4 +143,5 @@ void dp_rx_defrag_waitlist_flush(struct dp_soc *soc);
void dp_rx_reorder_flush_frag(struct dp_peer *peer,
unsigned int tid);
void dp_rx_defrag_waitlist_remove(struct dp_peer *peer, unsigned tid);
void dp_rx_defrag_cleanup(struct dp_peer *peer, unsigned tid);
#endif /* _DP_RX_DEFRAG_H */