qcacmn: Add m_copy wrapper in cfg80211tool
Added lite_mon wrapper for m_copy in cfg80211tool. Change-Id: I699f34b9eba2b547f13147e4757ccea42d60f656 CRs-Fixed: 3380811
This commit is contained in:

committed by
Madan Koyyalamudi

parent
b13f3f39a3
commit
73ff25850d
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -4311,6 +4311,14 @@ dp_lite_mon_rx_mpdu_process(struct dp_pdev *pdev,
|
||||
{
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
static inline int
|
||||
dp_lite_mon_get_legacy_feature_enabled(struct cdp_soc_t *soc,
|
||||
uint8_t pdev_id,
|
||||
uint8_t direction)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_TELEMETRY_STATS_SUPPORT
|
||||
|
Reference in New Issue
Block a user