2013-05-08 21:45:39 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
2013-05-19 04:28:07 +00:00
|
|
|
*
|
2013-05-08 21:45:39 +00:00
|
|
|
* 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
|
|
|
|
*
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
//***** temporarily flag *******
|
|
|
|
|
|
|
|
//for FPGA VERIFICATION config
|
2013-05-27 22:32:24 +00:00
|
|
|
#define RTL8188E_FPGA_true_PHY_VERIFICATION 0
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
//***** temporarily flag *******
|
|
|
|
/*
|
|
|
|
* Public General Config
|
|
|
|
*/
|
|
|
|
#define AUTOCONF_INCLUDED
|
|
|
|
#define RTL871X_MODULE_NAME "88EU"
|
|
|
|
#define DRV_NAME "rtl8188eu"
|
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
#define CONFIG_RTL8188E
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Internal General Config
|
|
|
|
*/
|
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
#define CONFIG_80211N_HT
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
#define CONFIG_AP_MODE
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
#define CONFIG_P2P
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */
|
|
|
|
|
|
|
|
#define CONFIG_BR_EXT_BRNAME "br0"
|
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
/*
|
|
|
|
* Interface Related Config
|
2013-05-08 21:45:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define CONFIG_VENDOR_REQ_RETRY
|
|
|
|
|
|
|
|
/*
|
|
|
|
* HAL Related Config
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define RTL8188E_RX_PACKET_INCLUDE_CRC 0
|
|
|
|
|
|
|
|
#define SUPPORTED_BLOCK_IO
|
|
|
|
|
|
|
|
#define CONFIG_OUT_EP_WIFI_MODE 0
|
|
|
|
|
|
|
|
#define ENABLE_USB_DROP_INCORRECT_OUT 0
|
|
|
|
|
|
|
|
#define DISABLE_BB_RF 0
|
|
|
|
|
2013-07-20 02:55:30 +00:00
|
|
|
#define MP_DRIVER 1
|
|
|
|
#define CONFIG_MP_IWPRIV_SUPPORT
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Platform Related Config
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
* Outsource Related Config
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define RTL8188EE_SUPPORT 0
|
|
|
|
#define RTL8188EU_SUPPORT 1
|
|
|
|
#define RTL8188ES_SUPPORT 0
|
|
|
|
#define RTL8188E_SUPPORT (RTL8188EE_SUPPORT|RTL8188EU_SUPPORT|RTL8188ES_SUPPORT)
|
|
|
|
#define RTL8188E_FOR_TEST_CHIP 0
|
2013-05-19 04:28:07 +00:00
|
|
|
#define RATE_ADAPTIVE_SUPPORT 1
|
2013-05-08 21:45:39 +00:00
|
|
|
#define POWER_TRAINING_ACTIVE 1
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Debug Related Config
|
|
|
|
*/
|
|
|
|
#define DBG 1
|