Преглед изворни кода

qcacld-3.0: Replace policy manager header file included in data path

Replace policy manager header file include as part of policy manager
moving to host common.

Change-Id: Ie1f9d6675cc373c3325c9e76514f48299932cdda
CRs-Fixed: 2009818
Tushnim Bhattacharyya пре 8 година
родитељ
комит
12b4874f33
6 измењених фајлова са 6 додато и 6 уклоњено
  1. 1 1
      core/bmi/src/ol_fw.c
  2. 1 1
      core/cds/src/cds_api.c
  3. 1 1
      core/dp/htt/htt_h2t.c
  4. 1 1
      core/dp/htt/htt_rx.c
  5. 1 1
      core/dp/txrx/ol_rx.c
  6. 1 1
      core/dp/txrx/ol_txrx.c

+ 1 - 1
core/bmi/src/ol_fw.c

@@ -51,7 +51,7 @@
 
 #include "i_bmi.h"
 #include "qwlan_version.h"
-#include "cds_concurrency.h"
+#include "wlan_policy_mgr_api.h"
 #include "dbglog_host.h"
 
 #ifdef FEATURE_SECURE_FIRMWARE

+ 1 - 1
core/cds/src/cds_api.c

@@ -52,7 +52,7 @@
 #include "ol_fw.h"
 #include "ol_if_athvar.h"
 #include "hif.h"
-#include "cds_concurrency.h"
+#include "wlan_policy_mgr_api.h"
 #include "cds_utils.h"
 #include "wlan_logging_sock_svc.h"
 #include "wma.h"

+ 1 - 1
core/dp/htt/htt_h2t.c

@@ -51,7 +51,7 @@
 #include <ol_htt_tx_api.h>
 
 #include <htt_internal.h>
-#include <cds_concurrency.h>
+#include <wlan_policy_mgr_api.h>
 
 #define HTT_MSG_BUF_SIZE(msg_bytes) \
 	((msg_bytes) + HTC_HEADER_LEN + HTC_HDR_ALIGNMENT_PADDING)

+ 1 - 1
core/dp/htt/htt_rx.c

@@ -54,7 +54,7 @@
 #include <cds_ieee80211_common.h>   /* ieee80211_frame, ieee80211_qoscntl */
 #include <cds_ieee80211_defines.h>  /* ieee80211_rx_status */
 #include <cds_utils.h>
-#include <cds_concurrency.h>
+#include <wlan_policy_mgr_api.h>
 #include "ol_txrx_types.h"
 #ifdef DEBUG_DMA_DONE
 #include <asm/barrier.h>

+ 1 - 1
core/dp/txrx/ol_rx.c

@@ -58,7 +58,7 @@
 #include <ipv6_defs.h>          /* IPv6 header defs */
 #include <ol_vowext_dbg_defs.h>
 #include <wma.h>
-#include <cds_concurrency.h>
+#include <wlan_policy_mgr_api.h>
 #include "pktlog_ac_fmt.h"
 #include <cdp_txrx_handle.h>
 #include <pld_common.h>

+ 1 - 1
core/dp/txrx/ol_txrx.c

@@ -82,7 +82,7 @@
 #ifndef REMOVE_PKT_LOG
 #include "pktlog_ac.h"
 #endif
-#include <cds_concurrency.h>
+#include <wlan_policy_mgr_api.h>
 #include "epping_main.h"
 #include <a_types.h>
 #include <cdp_txrx_handle.h>