|
@@ -1135,16 +1135,6 @@ dp_rx_deliver_raw(struct dp_vdev *vdev, qdf_nbuf_t nbuf_list,
|
|
|
DP_STATS_INC(vdev->pdev, rx_raw_pkts, 1);
|
|
|
DP_PEER_PER_PKT_STATS_INC_PKT(txrx_peer, rx.raw, 1,
|
|
|
qdf_nbuf_len(nbuf), link_id);
|
|
|
- /*
|
|
|
- * reset the chfrag_start and chfrag_end bits in nbuf cb
|
|
|
- * as this is a non-amsdu pkt and RAW mode simulation expects
|
|
|
- * these bit s to be 0 for non-amsdu pkt.
|
|
|
- */
|
|
|
- if (qdf_nbuf_is_rx_chfrag_start(nbuf) &&
|
|
|
- qdf_nbuf_is_rx_chfrag_end(nbuf)) {
|
|
|
- qdf_nbuf_set_rx_chfrag_start(nbuf, 0);
|
|
|
- qdf_nbuf_set_rx_chfrag_end(nbuf, 0);
|
|
|
- }
|
|
|
|
|
|
nbuf = next;
|
|
|
}
|