/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * ******************************************************************************/ #ifndef __HAL_DATA_H__ #define __HAL_DATA_H__ #include "odm_precomp.h" #include <hal_btcoex.h> #include <hal_sdio.h> /* */ /* <Roger_Notes> For RTL8723 WiFi/BT/GPS multi-function configuration. 2010.10.06. */ /* */ enum rt_multi_func { … }; /* */ /* <Roger_Notes> For RTL8723 WiFi PDn/GPIO polarity control configuration. 2010.10.08. */ /* */ enum rt_polarity_ctl { … }; /* For RTL8723 regulator mode. by tynli. 2011.01.14. */ enum rt_regulator_mode { … }; enum rt_ampdu_burst { … }; #define CHANNEL_MAX_NUMBER … #define CHANNEL_MAX_NUMBER_2G … #define MAX_PG_GROUP … /* Tx Power Limit Table Size */ #define MAX_REGULATION_NUM … #define MAX_2_4G_BANDWIDTH_NUM … #define MAX_RATE_SECTION_NUM … /* duplicate code, will move to ODM ######### */ /* define IQK_MAC_REG_NUM 4 */ /* define IQK_ADDA_REG_NUM 16 */ /* define IQK_BB_REG_NUM 10 */ /* define HP_THERMAL_NUM 8 */ /* duplicate code, will move to ODM ######### */ enum { … }; #define PAGE_SIZE_128 … #define PAGE_SIZE_256 … #define PAGE_SIZE_512 … struct dm_priv { … }; struct hal_com_data { … }; #define GET_HAL_DATA(__padapter) … #define GET_HAL_RFPATH_NUM(__padapter) … #define RT_GetInterfaceSelection(_Adapter) … #endif /* __HAL_DATA_H__ */