qcacmn: Conditionally compile monitor related features and issue fixes
PATCH[7/7]: This patch consists following changes: -Conditionally compile all monitor destination ring related code Macro used QCA_MONITOR_PKT_SUPPORT -Add QCA_ENHANCED_STATS_SUPPORT macro to conditionally compile enhanced stats support -Use QCA_MCOPY_SUPPORT and QCA_TX_CAPTURE_SUPPORT macros to conditionally compile MCOPY and Tx capture features respectively -Use QCN_IE macro to conditionally compile BPR feature -Use QCA_ADVANCE_MON_FILTER_SUPPORT macro to conditionally compile advance monitor filter feature -Fix vdev attach issue for special and smart monitor vap -Fix status ring initialization issue. Change-Id: I0deaa28a9a54bf34b0f41e6dd510fdd8d4992db2 CRs-Fixed: 2983780
这个提交包含在:
@@ -35,7 +35,7 @@
|
||||
#ifdef FEATURE_WDS
|
||||
#include "dp_txrx_wds.h"
|
||||
#endif
|
||||
|
||||
#include <qdf_module.h>
|
||||
#ifdef QCA_PEER_EXT_STATS
|
||||
#include "dp_hist.h"
|
||||
#endif
|
||||
@@ -1398,6 +1398,8 @@ add_ast_entry:
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
qdf_export_symbol(dp_peer_add_ast);
|
||||
|
||||
/*
|
||||
* dp_peer_free_ast_entry() - Free up the ast entry memory
|
||||
* @soc: SoC handle
|
||||
@@ -1995,6 +1997,8 @@ struct dp_peer *dp_peer_find_hash_find(struct dp_soc *soc,
|
||||
return NULL; /* failure */
|
||||
}
|
||||
|
||||
qdf_export_symbol(dp_peer_find_hash_find);
|
||||
|
||||
/*
|
||||
* dp_peer_find_hash_remove() - remove peer from peer_hash_table
|
||||
* @soc: soc handle
|
||||
|
在新工单中引用
屏蔽一个用户