2019-04-22 11:31:01 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
2018-10-15 00:07:45 +00:00
|
|
|
|
|
|
|
#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
|