qcacld-3.0: Add correct header files in legacy code

After removing legacy policy manager header file had to add
correct header files from host common to allow the compilation
to happen successfully.

Change-Id: I566b8f09776520e8a43eb48cc944ce627dc0c5cf
CRs-Fixed: 2009818
This commit is contained in:
Tushnim Bhattacharyya
2017-03-15 10:15:05 -07:00
committed by Sandeep Puligilla
parent ff6260d114
commit 45ed04f74c
8 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
#include "wma_types.h"
#include "wma.h"
#include <cdp_txrx_cmn.h>
#include <cdp_txrx_peer_ops.h>
#define BA_DEFAULT_TX_BUFFER_SIZE 64

View File

@@ -62,6 +62,7 @@
#include "wma_types.h"
#include <cdp_txrx_cmn.h>
#include <cdp_txrx_peer_ops.h>
/**
*

View File

@@ -54,6 +54,11 @@
#include <wlan_objmgr_pdev_obj.h>
#include <wlan_objmgr_vdev_obj.h>
#include <wlan_utility.h>
#include <linux/netdevice.h>
#include <net/cfg80211.h>
#include <qca_vendor.h>
#include <wlan_scan_ucfg_api.h>
/*----------------------------------------------------------------------------
* Preprocessor Definitions and Constants
* -------------------------------------------------------------------------*/

View File

@@ -55,6 +55,7 @@
#include "cds_ieee80211_common_i.h"
#include "cds_regdomain.h"
#include "wlan_policy_mgr_api.h"
#include <wlan_scan_ucfg_api.h>
/*----------------------------------------------------------------------------
* Preprocessor Definitions and Constants

View File

@@ -39,6 +39,8 @@
#include "sme_inside.h"
#include "cds_reg_service.h"
extern void wlan_objmgr_vdev_release_ref(struct wlan_objmgr_vdev *vdev,
wlan_objmgr_ref_dbgid id);
#define CSR_PASSIVE_MAX_CHANNEL_TIME 110
#define CSR_PASSIVE_MIN_CHANNEL_TIME 60

View File

@@ -40,6 +40,7 @@
#include "cds_utils.h"
#include "scheduler_api.h"
#include "wlan_policy_mgr_api.h"
#include <cdp_txrx_ops.h>
typedef void *WMA_HANDLE;

View File

@@ -82,6 +82,7 @@
#include "wlan_objmgr_vdev_obj.h"
#include "wlan_objmgr_peer_obj.h"
#include <cdp_txrx_handle.h>
#include <wlan_pmo_ucfg_api.h>
typedef struct {
int32_t rate;

View File

@@ -89,6 +89,8 @@
#include "wlan_pmo_obj_mgmt_api.h"
#include <cdp_txrx_handle.h>
#include <wlan_pmo_ucfg_api.h>
#define WMA_LOG_COMPLETION_TIMER 10000 /* 10 seconds */
#define WMI_TLV_HEADROOM 128