qcacmn: Fix TSO nbuf unmap missing issue
if tx hw enqueue failed, tx descriptor is released first, nbuf pointer in it is reset to NULL, then descriptor unmap will fail, nbuf is left unmapped in wlan CB, in worst case, wlan CB DMA address space is used out, new dma map will fail, assert will happen. Change-Id: I97b4ab304d884cafcf0303529ed93682690dce12 CRs-Fixed: 3073466
Loading
Please register or sign in to comment