qcacmn: Move peer activity marking to a common place

Move the peer Rx activity to PPDU_stats_handler
which is common for both NSS offload and Host datapath modes.

Change-Id: I06c3dd14d117cc291e3b19076ddfc7f3be00e602
CRs-Fixed: 2176385
Bu işleme şunda yer alıyor:
Subhranil Choudhury
2018-01-18 20:24:36 +05:30
işlemeyi yapan: snandini
ebeveyn a5a3ae721e
işleme eea6738ef9
3 değiştirilmiş dosya ile 9 ekleme ve 10 silme

Dosyayı Görüntüle

@@ -1172,10 +1172,6 @@ dp_rx_process(struct dp_intr *int_ctx, void *hal_ring, uint32_t quota)
goto fail;
}
#ifdef QCA_SUPPORT_SON
dp_mark_peer_inact(peer, false);
#endif
/* Get MSDU DESC info */
hal_rx_msdu_desc_info_get(ring_desc, &msdu_desc_info);