qcacmn: Move cdp_mon_ops initialization to monitor file
PATCH[3/7]: This patch consists following changes: -Move struct cdp_mon_ops to dp monitor file -Add new function for dp monitor soc cfg initialization -Move full monitor mode function to dp monitor file -Move vdev set monitor mode function to dp monitor file -Move config debug sniffer function to dp monitor file -Move set advance monitor filter function to dp monitor file -Set monitor delayed replenish entries for target types Change-Id: If8dac4eedc0c8eb4e956df34c7c3adae8712c840 CRs-Fixed: 2983939
This commit is contained in:

committed by
Madan Koyyalamudi

parent
420c5b3e6f
commit
f20f31dc10
@@ -201,6 +201,17 @@ static inline QDF_STATUS monitor_pdev_deinit(struct dp_pdev *pdev)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline QDF_STATUS monitor_soc_cfg_init(struct dp_soc *soc)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline QDF_STATUS monitor_config_debug_sniffer(struct dp_pdev *pdev,
|
||||
int val)
|
||||
{
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_TX_PKT_CAPTURE_ENH
|
||||
|
Reference in New Issue
Block a user