qcacmn: Monitor code segregation
- Features common to both Li and BE and their APIs are retained files at dp/wifi3.0/monitor. - New monitor ops are introduced if there is a requirement for divergence of API. - Diverged API definitions for 1.0 are captured in this change. All of code in below files are moved to 1.0 - dp_rx_mon_dest.c -> 1.0/dp_rx_mon_dest_1.0.c - dp_rx_mon_status -> 1.0/dp_rx_mon_status_1.0.c Only Li and HMT specific are moved for below file - dp_mon_filter.c -> 1.0/dp_mon_filter_1.0.c - dp_mon.c -> 1.0/dp_mon_1.0.c Change-Id: I44d163b27565b86068d80e1d97ec11d0b4a081d4 CRs-Fixed: 2991248
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "dp_rx_buffer_pool.h"
|
||||
#include "dp_ipa.h"
|
||||
#ifdef WLAN_FEATURE_RX_PREALLOC_BUFFER_POOL
|
||||
#include "dp_mon.h"
|
||||
#include "dp_rx_mon.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user