qcacmn: Remove IP from files

remove IP from code

Change-Id: If119a4af213b10aadb9f1344e50b0342e72405c2
CRs-Fixed: 3073864
This commit is contained in:
sandhu
2021-11-11 12:48:03 -08:00
committed by Madan Koyyalamudi
parent 2832d48c89
commit ad2829718c
36 changed files with 240 additions and 210 deletions

View File

@@ -1719,7 +1719,7 @@ void dp_rx_msdu_stats_update(struct dp_soc *soc, qdf_nbuf_t nbuf,
peer->stats.rx.last_rx_ts = qdf_system_ticks();
/*
* TODO - For WCN7850 this field is present in ring_desc
* TODO - For KIWI this field is present in ring_desc
* Try to use ring desc instead of tlv.
*/
is_ampdu = hal_rx_mpdu_info_ampdu_flag_get(soc->hal_soc, rx_tlv_hdr);