
In function dp_rx_defrag_ccmp_decap(), it will remove the 8 bytes ccmp header for each fragment, but later at the end of dp_rx_defrag(), 8 bytes ccmp header will be removed again, then actual 8 bytes packet data will be lost, de-frag failed. Do not remove ccmp header in dp_rx_defrag_ccmp_decap() as it is not necessary. Change-Id: Ibf7beca38e9979a3203d4de702716c8e24e435fe CRs-Fixed: 3263872