qcacmn: CONFIG_MCL cleanup in DP layer
CONFIG_MCL cleanup in DP layer. Change-Id: Icc9947aac290496b3d1bb708639b392815b82070 CRs-Fixed: 2467193
This commit is contained in:

committed by
nshrivas

parent
900c617e38
commit
33ba728fae
@@ -23,9 +23,6 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef _CDP_TXRX_STATS_STRUCT_H_
|
#ifndef _CDP_TXRX_STATS_STRUCT_H_
|
||||||
#define _CDP_TXRX_STATS_STRUCT_H_
|
#define _CDP_TXRX_STATS_STRUCT_H_
|
||||||
#ifdef CONFIG_MCL
|
|
||||||
#include <wlan_defs.h>
|
|
||||||
#endif
|
|
||||||
#define TXRX_STATS_LEVEL_OFF 0
|
#define TXRX_STATS_LEVEL_OFF 0
|
||||||
#define TXRX_STATS_LEVEL_BASIC 1
|
#define TXRX_STATS_LEVEL_BASIC 1
|
||||||
#define TXRX_STATS_LEVEL_FULL 2
|
#define TXRX_STATS_LEVEL_FULL 2
|
||||||
|
@@ -27,10 +27,6 @@
|
|||||||
#include "dp_rx.h"
|
#include "dp_rx.h"
|
||||||
#include <hal_api.h>
|
#include <hal_api.h>
|
||||||
#include <hal_reo.h>
|
#include <hal_reo.h>
|
||||||
#ifdef CONFIG_MCL
|
|
||||||
#include <cds_ieee80211_common.h>
|
|
||||||
#include <cds_api.h>
|
|
||||||
#endif
|
|
||||||
#include <cdp_txrx_handle.h>
|
#include <cdp_txrx_handle.h>
|
||||||
#include <wlan_cfg.h>
|
#include <wlan_cfg.h>
|
||||||
|
|
||||||
|
@@ -21,10 +21,6 @@
|
|||||||
|
|
||||||
#include "hal_rx.h"
|
#include "hal_rx.h"
|
||||||
|
|
||||||
#ifdef CONFIG_MCL
|
|
||||||
#include <cds_ieee80211_common.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define DEFRAG_IEEE80211_KEY_LEN 8
|
#define DEFRAG_IEEE80211_KEY_LEN 8
|
||||||
#define DEFRAG_IEEE80211_FCS_LEN 4
|
#define DEFRAG_IEEE80211_FCS_LEN 4
|
||||||
|
|
||||||
|
@@ -24,9 +24,6 @@
|
|||||||
#include "hal_api.h"
|
#include "hal_api.h"
|
||||||
#include "qdf_trace.h"
|
#include "qdf_trace.h"
|
||||||
#include "qdf_nbuf.h"
|
#include "qdf_nbuf.h"
|
||||||
#ifdef CONFIG_MCL
|
|
||||||
#include <cds_ieee80211_common.h>
|
|
||||||
#endif
|
|
||||||
#include "dp_rx_defrag.h"
|
#include "dp_rx_defrag.h"
|
||||||
#ifdef FEATURE_WDS
|
#ifdef FEATURE_WDS
|
||||||
#include "dp_txrx_wds.h"
|
#include "dp_txrx_wds.h"
|
||||||
|
@@ -30,10 +30,10 @@
|
|||||||
#include <htt_common.h>
|
#include <htt_common.h>
|
||||||
|
|
||||||
#include <cdp_txrx_cmn.h>
|
#include <cdp_txrx_cmn.h>
|
||||||
#ifdef CONFIG_MCL
|
#ifdef DP_MOB_DEFS
|
||||||
#include <cds_ieee80211_common.h>
|
#include <cds_ieee80211_common.h>
|
||||||
#include <wdi_event_api.h> /* WDI subscriber event list */
|
|
||||||
#endif
|
#endif
|
||||||
|
#include <wdi_event_api.h> /* WDI subscriber event list */
|
||||||
|
|
||||||
#include "hal_hw_headers.h"
|
#include "hal_hw_headers.h"
|
||||||
#include <hal_tx.h>
|
#include <hal_tx.h>
|
||||||
|
Reference in New Issue
Block a user