|
@@ -1476,6 +1476,31 @@ QDF_STATUS dp_tx_add_to_comp_queue(struct dp_soc *soc,
|
|
|
{
|
|
|
return QDF_STATUS_E_FAILURE;
|
|
|
}
|
|
|
+
|
|
|
+/*
|
|
|
+ * dp_tx_capture_htt_frame_counter: increment counter for htt_frame_type
|
|
|
+ * pdev: DP pdev handle
|
|
|
+ * htt_frame_type: htt frame type received from fw
|
|
|
+ *
|
|
|
+ * return: void
|
|
|
+ */
|
|
|
+static inline
|
|
|
+void dp_tx_capture_htt_frame_counter(struct dp_pdev *pdev,
|
|
|
+ uint32_t htt_frame_type)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * dp_tx_cature_stats: print tx capture stats
|
|
|
+ * @pdev: DP PDEV handle
|
|
|
+ *
|
|
|
+ * return: void
|
|
|
+ */
|
|
|
+static inline
|
|
|
+void dp_print_pdev_tx_capture_stats(struct dp_pdev *pdev)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
#endif
|
|
|
|
|
|
#ifdef FEATURE_PERPKT_INFO
|