From 4468047f834ff1fdbaf9ae9b0df8703bb4b3f387 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Mon, 25 Feb 2019 17:27:38 -0800 Subject: [PATCH] qcacmn: Remove references of cds_ieee80211_defines.h The file cds_ieee80211_defines.h is removed as part of Change-Id: I3b7a3f61f82ea15b7975fb5d143257c80382f20d. Hence remove the references of this file. Change-Id: Ie94a748d062b65824e5b1f8aba8b7f7d92e937aa CRs-Fixed: 2405051 --- dp/wifi3.0/dp_rx_mon.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dp/wifi3.0/dp_rx_mon.h b/dp/wifi3.0/dp_rx_mon.h index 656237129d..78c844b252 100644 --- a/dp/wifi3.0/dp_rx_mon.h +++ b/dp/wifi3.0/dp_rx_mon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019 The Linux Foundation. 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 @@ -19,10 +19,6 @@ #ifndef _DP_RX_MON_H_ #define _DP_RX_MON_H_ -#ifdef CONFIG_MCL -#include -#endif - /** * dp_rx_mon_dest_process() - Brain of the Rx processing functionality * Called from the bottom half (tasklet/NET_RX_SOFTIRQ)