Browse Source

qcacmn: Add member in the stats ops for vdev stats

The stats ops framework needs a member for updation
of vdev stats.

Change-Id: I4a131fdadb50e89f4db55548ac6ee40afda5d182
Debasis Das 6 years ago
parent
commit
c24679128b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dp/inc/cdp_txrx_ops.h

+ 3 - 0
dp/inc/cdp_txrx_ops.h

@@ -739,6 +739,9 @@ struct cdp_host_stats_ops {
 	int
 		(*txrx_get_vdev_extd_stats)(struct cdp_vdev *vdev_handle,
 					    void *buffer);
+	void
+		(*txrx_update_vdev_stats)(struct cdp_vdev *vdev, void *buf,
+					  uint16_t stats_id);
 };
 
 struct cdp_wds_ops {