qcacld-3.0: Update mgmt_param.pdata when frame is re-allocated

In function wma_tx_packet, update mgmt_param.pdata when frame's nbug  is
re-allocated to accommodate MMIE or CCMP header.

Change-Id: Ib83457ee52f8c9b52eb9d8b4bc472ed48689ede3
CRs-Fixed: 1109668
This commit is contained in:
Naveen Rawat
2017-01-10 17:54:36 -08:00
committed by qcabuildsw
vanhempi 2370588d37
commit 67d60b3827

Näytä tiedosto

@@ -2609,6 +2609,7 @@ QDF_STATUS wma_tx_packet(void *wma_context, void *tx_frame, uint16_t frmLen,
cds_packet_free((void *)tx_frame);
tx_frame = pPacket;
pData = pFrame;
frmLen = newFrmLen;
}
} else {
@@ -2648,6 +2649,7 @@ QDF_STATUS wma_tx_packet(void *wma_context, void *tx_frame, uint16_t frmLen,
}
cds_packet_free((void *)tx_frame);
tx_frame = pPacket;
pData = pFrame;
frmLen = newFrmLen;
}
}