qcacmn: Componentization packet capture mode INI
As part of componentization of packet capture feature removed INI of packet capture. Change-Id: If9f599cbaf5bc3e339dc1f21ee6be36f5eb093f2 CRs-Fixed: 2614621
此提交包含在:
@@ -760,31 +760,6 @@
|
||||
WLAN_CFG_RXDMA_MONITOR_RX_DROP_THRESH_SIZE, \
|
||||
CFG_VALUE_OR_DEFAULT, "RXDMA monitor rx drop theshold")
|
||||
|
||||
#ifdef WLAN_FEATURE_PKT_CAPTURE
|
||||
#define CFG_PKTCAPTURE_MODE_DEFAULT (0)
|
||||
#define CFG_PKTCAPTURE_MODE_MGMT_PKT BIT(0)
|
||||
#define CFG_PKTCAPTURE_MODE_DATA_PKT BIT(1)
|
||||
#define CFG_PKTCAPTURE_MODE_MAX (CFG_PKTCAPTURE_MODE_MGMT_PKT | \
|
||||
CFG_PKTCAPTURE_MODE_DATA_PKT)
|
||||
|
||||
#define CFG_DP_PKT_CAPTURE_MODE_ENABLE \
|
||||
CFG_INI_BOOL("pktcap_mode_enable", \
|
||||
false, "Ctrl to enable packet capture support")
|
||||
|
||||
#define CFG_DP_PKT_CAPTURE_MODE_VALUE \
|
||||
CFG_INI_UINT("pktcapture_mode", \
|
||||
0, \
|
||||
CFG_PKTCAPTURE_MODE_MAX, \
|
||||
CFG_PKTCAPTURE_MODE_DEFAULT, \
|
||||
CFG_VALUE_OR_DEFAULT, "Value for packet capture mode")
|
||||
|
||||
#define CFG_DP_CONFIG_PKT_CAPTURE_MODE_ALL \
|
||||
CFG(CFG_DP_PKT_CAPTURE_MODE_ENABLE) \
|
||||
CFG(CFG_DP_PKT_CAPTURE_MODE_VALUE)
|
||||
#else
|
||||
#define CFG_DP_CONFIG_PKT_CAPTURE_MODE_ALL
|
||||
#endif /* WLAN_FEATURE_PKT_CAPTURE */
|
||||
|
||||
#define CFG_DP_PKTLOG_BUFFER_SIZE \
|
||||
CFG_INI_UINT("PktlogBufSize", \
|
||||
WLAN_CFG_PKTLOG_MIN_BUFFER_SIZE, \
|
||||
@@ -863,7 +838,6 @@
|
||||
CFG(CFG_DP_RX_FLOW_SEARCH_TABLE_PER_PDEV) \
|
||||
CFG(CFG_DP_RX_MON_PROTOCOL_FLOW_TAG_ENABLE) \
|
||||
CFG(CFG_DP_RXDMA_MONITOR_RX_DROP_THRESHOLD) \
|
||||
CFG_DP_CONFIG_PKT_CAPTURE_MODE_ALL \
|
||||
CFG(CFG_DP_PKTLOG_BUFFER_SIZE)
|
||||
|
||||
#endif /* _CFG_DP_H_ */
|
||||
|
新增問題並參考
封鎖使用者