qcacmn: changes to read all MSDUs of MPDU in single reap

We need to read all MSDUs of MPDU in single reap for RAW mode
to prepare the complete SG list

Change-Id: Iaf2d0b9f32bf10181ce7646bf60c4d7e70aed36b
CRs-fixed: 2320143
This commit is contained in:
Chaithanya Garrepalli
2018-12-19 21:54:03 +05:30
committed by nshrivas
parent 9e4b36fd89
commit d3d99db55b
3 changed files with 42 additions and 63 deletions

View File

@@ -5463,8 +5463,7 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
DP_PRINT_STATS("RX frag wait: %d", soc->stats.rx.rx_frag_wait);
DP_PRINT_STATS("RX frag err: %d", soc->stats.rx.rx_frag_err);
DP_PRINT_STATS("RX HP out_of_sync: %d %d", soc->stats.rx.hp_oos,
soc->stats.rx.hp_oos2);
DP_PRINT_STATS("RX HP out_of_sync: %d", soc->stats.rx.hp_oos2);
DP_PRINT_STATS("RX Reap Loop Pkt Limit Hit: %d",
soc->stats.rx.reap_loop_pkt_limit_hit);
DP_PRINT_STATS("RX DESC invalid magic: %u",