summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtl8192ce/include/autoconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rtl8192ce/include/autoconf.h')
-rwxr-xr-xdrivers/net/wireless/rtl8192ce/include/autoconf.h138
1 files changed, 138 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtl8192ce/include/autoconf.h b/drivers/net/wireless/rtl8192ce/include/autoconf.h
new file mode 100755
index 000000000000..a2cb2eeb8c8a
--- /dev/null
+++ b/drivers/net/wireless/rtl8192ce/include/autoconf.h
@@ -0,0 +1,138 @@
+/******************************************************************************
+ *
+ * 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
+ *
+ *
+ ******************************************************************************/
+
+/*
+ * Public General Config
+ */
+#define AUTOCONF_INCLUDED
+#define RTL871X_MODULE_NAME "92CE"
+#define DRV_NAME "rtl8192ce"
+
+#define CONFIG_PCI_HCI 1
+
+#define CONFIG_RTL8192C 1
+
+#define PLATFORM_LINUX 1
+
+#define CONFIG_IOCTL_CFG80211 1
+#ifdef CONFIG_IOCTL_CFG80211
+ #define RTW_USE_CFG80211_STA_EVENT
+ #define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER
+ #define CONFIG_DEBUG_CFG80211 1
+ #define CONFIG_SET_SCAN_DENY_TIMER
+#endif
+
+/*
+ * Internal General Config
+ */
+/*#define CONFIG_PWRCTRL 1*/
+/*#define CONFIG_H2CLBK 1*/
+
+#define CONFIG_EMBEDDED_FWIMG 1
+
+#define CONFIG_R871X_TEST 1
+
+#define CONFIG_80211N_HT 1
+
+#define CONFIG_RECV_REORDERING_CTRL 1
+
+/*#define CONFIG_TCP_CSUM_OFFLOAD_RX 1*/
+
+/*#define CONFIG_DRVEXT_MODULE 1*/
+
+#ifndef CONFIG_MP_INCLUDED
+ /*#define CONFIG_IPS 1*/
+ /*#define CONFIG_LPS 1*/
+ /*#define CONFIG_PM 1*/
+ /*#define CONFIG_BT_COEXIST 1*/
+ /*#define CONFIG_SW_ANTENNA_DIVERSITY 1*/
+#else
+ #define CONFIG_MP_IWPRIV_SUPPORT 1
+#endif
+
+#define CONFIG_AP_MODE 1
+#ifdef CONFIG_AP_MODE
+ #define CONFIG_NATIVEAP_MLME 1
+ #ifndef CONFIG_NATIVEAP_MLME
+ #define CONFIG_HOSTAPD_MLME 1
+ #endif
+
+ #define CONFIG_FIND_BEST_CHANNEL 1
+ /*#define CONFIG_NO_WIRELESS_HANDLERS 1*/
+#endif
+
+#define CONFIG_P2P 1
+#ifdef CONFIG_P2P
+ #define CONFIG_WFD 1
+
+ #ifndef CONFIG_WIFI_TEST
+ #define CONFIG_P2P_REMOVE_GROUP_INFO
+ #endif
+#endif
+
+#define CONFIG_CONCURRENT_MODE 1
+#ifdef CONFIG_CONCURRENT_MODE
+ #define CONFIG_TSF_RESET_OFFLOAD 1
+ #define CONFIG_HWPORT_SWAP
+#endif
+
+#define CONFIG_SKB_COPY
+
+#define CONFIG_LED
+#ifdef CONFIG_LED
+#endif
+
+
+#define CONFIG_NEW_SIGNAL_STAT_PROCESS
+#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable*/
+
+/*
+ * Interface Related Config
+ */
+
+
+
+/*
+ * HAL Related Config
+ */
+#define RTL8192C_RX_PACKET_NO_INCLUDE_CRC 1
+
+#define DISABLE_BB_RF 0
+
+#define RTL8191C_FPGA_NETWORKTYPE_ADHOC 0
+
+#ifdef CONFIG_MP_INCLUDED
+ #define MP_DRIVER 1
+#else
+ #define MP_DRIVER 0
+#endif
+
+
+/*
+ * Debug Related Config
+ */
+#define CONFIG_DEBUG_RTL871X 0
+
+#define DBG 0
+
+#define CONFIG_DEBUG_RTL819X
+
+#define CONFIG_PROC_DEBUG 1
+