qcacmn: Removed WDS rx stats from host peer stats

Removed WDS rx stats from host peer stats as this
is not supported in HAWKEYE

Change-Id: Id12be043b584a659ecbec46b6c2efb161d4248d3
CRs-Fixed: 2186376
This commit is contained in:
Chaithanya Garrepalli
2018-02-13 15:27:25 +05:30
committed by snandini
parent 888823edd3
commit 20d7142933
3 changed files with 0 additions and 7 deletions

View File

@@ -5168,10 +5168,6 @@ static inline void dp_print_peer_stats(struct dp_peer *peer)
peer->stats.rx.bcast.num);
DP_PRINT_STATS("Broadcast Bytes Received = %llu",
peer->stats.rx.bcast.bytes);
DP_PRINT_STATS("WDS Packets Received = %d",
peer->stats.rx.wds.num);
DP_PRINT_STATS("WDS Bytes Received = %llu",
peer->stats.rx.wds.bytes);
DP_PRINT_STATS("Intra BSS Packets Received = %d",
peer->stats.rx.intra_bss.pkts.num);
DP_PRINT_STATS("Intra BSS Bytes Received = %llu",