qcacld-3.0: Update mc_bc rx pkt count in peer stats
Update multicast and broadcast rx packet count on receiving wmi update stats event from firmware by fetching the peer stats from DP layer. Change-Id: I0befdbe952aa4e773bbe072affaf698819b3a80f CRs-Fixed: 2709871
This commit is contained in:

committed by
nshrivas

parent
2a74a1d231
commit
0bfa34876f
@@ -36,6 +36,8 @@
|
||||
#define IS_MSB_SET(__num) ((__num) & BIT(31))
|
||||
#define IS_LSB_SET(__num) ((__num) & BIT(0))
|
||||
|
||||
#define VDEV_ALL 0xFF
|
||||
|
||||
/**
|
||||
* enum stats_req_type - enum indicating bit position of various stats type in
|
||||
* request map
|
||||
|
Reference in New Issue
Block a user