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
parent 7095e2e883
commit 2755048d7d
4 changed files with 4 additions and 8 deletions

View File

@@ -185,7 +185,7 @@ struct cdp_rx_stats {
/* Raw Pakets received */
struct cdp_pkt_info raw;
/* Total multicast packets */
struct cdp_pkt_info nawds_mcast_drop;
uint32_t nawds_mcast_drop;
struct {
/* Intra BSS packets received */