2018-10-15 00:07:45 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of version 2 of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along with
|
|
|
|
* this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __PHYDM_FEATURES_H__
|
|
|
|
#define __PHYDM_FEATURES
|
|
|
|
|
|
|
|
#define ODM_RECEIVER_BLOCKING_SUPPORT (ODM_RTL8188E | ODM_RTL8192E)
|
2018-11-09 06:54:41 +00:00
|
|
|
#define PHYDM_LA_MODE_SUPPORT 0
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
/*phydm debyg report & tools*/
|
|
|
|
#define CONFIG_PHYDM_DEBUG_FUNCTION 1
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
#define CONFIG_DYNAMIC_RX_PATH 0
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
#define PHYDM_SUPPORT_EDCA 1
|
|
|
|
#define SUPPORTABLITY_PHYDMLIZE 1
|
|
|
|
#define RA_MASK_PHYDMLIZE_CE 1
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
/*Antenna Diversity*/
|
|
|
|
#ifdef CONFIG_ANTENNA_DIVERSITY
|
|
|
|
#define CONFIG_PHYDM_ANTENNA_DIVERSITY
|
|
|
|
#endif
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
#ifdef CONFIG_DFS_MASTER
|
|
|
|
#define CONFIG_PHYDM_DFS_MASTER
|
|
|
|
#endif
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
#define CONFIG_RECEIVER_BLOCKING
|
|
|
|
#define CONFIG_RA_FW_DBG_CODE 0
|
|
|
|
#define CONFIG_BB_POWER_SAVING
|
|
|
|
#define CONFIG_BB_TXBF_API
|
2018-10-15 00:07:45 +00:00
|
|
|
|
2018-11-05 19:21:36 +00:00
|
|
|
#ifdef CONFIG_BT_COEXIST
|
|
|
|
#define BT_SUPPORT 1
|
2018-10-15 00:07:45 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|