qcacmn: include hal_hw_headers.h header file
macros and fw cmn headers included in hal_internal.h is moved to a new hal_hw_headers.h to avoid these getting included in hif layer. Include the new hal_hw_headers.h file Change-Id: I3390ae9e71ca561d94a265e1fdf4d9354e7b2474
This commit is contained in:

committed by
nshrivas

parent
54d16a9371
commit
f72cb1f1ff
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <htt.h>
|
||||
#include <hal_hw_headers.h>
|
||||
#include <hal_api.h>
|
||||
#include "dp_htt.h"
|
||||
#include "dp_peer.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2018, 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 above
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <qdf_ipa_wdi3.h>
|
||||
#include <qdf_types.h>
|
||||
#include <qdf_lock.h>
|
||||
#include <hal_hw_headers.h>
|
||||
#include <hal_api.h>
|
||||
#include <hif.h>
|
||||
#include <htt.h>
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <qdf_types.h>
|
||||
#include <qdf_lock.h>
|
||||
#include <hal_hw_headers.h>
|
||||
#include "dp_htt.h"
|
||||
#include "dp_types.h"
|
||||
#include "dp_internal.h"
|
||||
|
@@ -16,6 +16,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "hal_hw_headers.h"
|
||||
#include "dp_types.h"
|
||||
#include "dp_tx_desc.h"
|
||||
|
||||
|
@@ -16,6 +16,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "hal_hw_headers.h"
|
||||
#include "dp_types.h"
|
||||
#include "qdf_nbuf.h"
|
||||
#include "qdf_atomic.h"
|
||||
|
@@ -40,6 +40,7 @@
|
||||
#include <wdi_event_api.h> /* WDI subscriber event list */
|
||||
#endif
|
||||
|
||||
#include "hal_hw_headers.h"
|
||||
#include <hal_tx.h>
|
||||
#include <hal_reo.h>
|
||||
#include "wlan_cfg.h"
|
||||
|
@@ -16,6 +16,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "hal_hw_headers.h"
|
||||
#include "hal_reo.h"
|
||||
#include "hal_tx.h"
|
||||
#include "qdf_module.h"
|
||||
|
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "hal_api.h"
|
||||
#include "hal_hw_headers.h"
|
||||
#include "qdf_module.h"
|
||||
|
||||
/* TODO: See if the following definition is available in HW headers */
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "hal_api.h"
|
||||
#include "qdf_module.h"
|
||||
#include "hal_hw_headers.h"
|
||||
|
||||
/**
|
||||
* hal_setup_link_idle_list - Setup scattered idle list using the
|
||||
|
Reference in New Issue
Block a user