qcacmn: Remove NAWDS Rx Drop Count length counter

Remove NAWDS Rx Drop Count as it is not required,
drop packets in rx where length is not
available.

Change-Id: Ib4b41eefe88410137c3845090783ee43adb9147c
CRs-Fixed: 2191474
This commit is contained in:
Ruchi, Agrawal
2018-02-20 19:43:41 +05:30
committed by nshrivas
부모 7095e2e883
커밋 2755048d7d
4개의 변경된 파일4개의 추가작업 그리고 8개의 파일을 삭제

파일 보기

@@ -583,8 +583,7 @@ dp_rx_null_q_desc_handle(struct dp_soc *soc,
QDF_TRACE_LEVEL_DEBUG,
"%s free buffer for multicast packet",
__func__);
DP_STATS_INC_PKT(peer, rx.nawds_mcast_drop,
1, qdf_nbuf_len(nbuf));
DP_STATS_INC(peer, rx.nawds_mcast_drop, 1);
qdf_nbuf_free(nbuf);
return;
}