qcacmn: Move monitor related fields from soc/pdev to mon_soc/mon_pdev
PATCH[6/7]: This patch consists following changes: -Move monitor related pdev variables to struct dp_mon_pdev -Move monitor relted soc variables to struct dp_mon_soc -Move cookie to monitor link desc va to monitor file -Add APIs to access monitor related variables -Add dummy APIs to build without monitor support. Change-Id: I032a480b1383d061f984cee3ba6b10ac7a0ff350 CRs-Fixed: 2983781
这个提交包含在:
@@ -21,7 +21,6 @@
|
||||
#include "dp_internal.h"
|
||||
#include "htt_stats.h"
|
||||
#include "htt_ppdu_stats.h"
|
||||
#include "dp_htt.h"
|
||||
|
||||
#ifdef QCA_PEER_EXT_STATS
|
||||
#include <cdp_txrx_hist_struct.h>
|
||||
@@ -172,10 +171,6 @@ const char *intfrm_delay_bucket[CDP_DELAY_BUCKET_MAX + 1] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_TX_PKT_CAPTURE_ENH
|
||||
#include "dp_tx_capture.h"
|
||||
#endif
|
||||
|
||||
#define TID_COUNTER_STATS 1 /* Success/drop stats type */
|
||||
#define TID_DELAY_STATS 2 /* Delay stats type */
|
||||
|
||||
@@ -6250,13 +6245,9 @@ dp_print_pdev_tx_stats(struct dp_pdev *pdev)
|
||||
}
|
||||
DP_PRINT_STATS("BA not received for delayed_ba: %d",
|
||||
pdev->stats.cdp_delayed_ba_not_recev);
|
||||
DP_PRINT_STATS("ppdu info schedule completion list depth: %d",
|
||||
pdev->sched_comp_list_depth);
|
||||
DP_PRINT_STATS("cur sched cmdid: %d", pdev->last_sched_cmdid);
|
||||
DP_PRINT_STATS("delivered sched cmdid: %d",
|
||||
pdev->delivered_sched_cmdid);
|
||||
DP_PRINT_STATS("ppdu info list depth: %d",
|
||||
pdev->list_depth);
|
||||
|
||||
monitor_print_tx_stats(pdev);
|
||||
|
||||
DP_PRINT_STATS("tx_ppdu_proc: %llu",
|
||||
pdev->stats.tx_ppdu_proc);
|
||||
DP_PRINT_STATS("ack ba comes twice: %llu",
|
||||
|
在新工单中引用
屏蔽一个用户