mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-04-21 10:28:59 +00:00
Change module name and minor cleanup
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
#define AUTOCONF_INCLUDED
|
||||
#define RTL871X_MODULE_NAME "88EU"
|
||||
#define DRV_NAME "rtl8188eu"
|
||||
#define DRV_NAME "8188eu"
|
||||
|
||||
#define CONFIG_USB_HCI
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
|
||||
#define CONFIG_EMBEDDED_FWIMG
|
||||
|
||||
|
||||
#ifdef CONFIG_EMBEDDED_FWIMG
|
||||
#define LOAD_FW_HEADER_FROM_DRIVER
|
||||
#endif
|
||||
@@ -84,7 +83,6 @@
|
||||
#define CONFIG_LPS
|
||||
#if defined(CONFIG_LPS) && defined(CONFIG_SUPPORT_USB_INT)
|
||||
|
||||
|
||||
/* #define CONFIG_LPS_LCLK */
|
||||
#endif
|
||||
|
||||
@@ -95,8 +93,6 @@
|
||||
|
||||
/*#define CONFIG_ANTENNA_DIVERSITY*/
|
||||
|
||||
|
||||
|
||||
/* #define CONFIG_CONCURRENT_MODE */
|
||||
#ifdef CONFIG_CONCURRENT_MODE
|
||||
#define CONFIG_RUNTIME_PORT_SWITCH
|
||||
@@ -154,7 +150,6 @@
|
||||
/* #define CONFIG_TDLS_CH_SW */ /* Enable this flag only when we confirm that TDLS CH SW is supported in FW */
|
||||
#endif
|
||||
|
||||
|
||||
#define CONFIG_SKB_COPY /* for amsdu */
|
||||
|
||||
/* #define CONFIG_RTW_LED */
|
||||
@@ -175,7 +170,6 @@
|
||||
/* #define CONFIG_IOL_IOREG_CFG_DBG */
|
||||
#endif
|
||||
|
||||
|
||||
#define CONFIG_GLOBAL_UI_PID
|
||||
|
||||
#define CONFIG_LAYER2_ROAMING
|
||||
@@ -232,7 +226,6 @@
|
||||
|
||||
/* #define CONFIG_USB_SUPPORT_ASYNC_VDN_REQ */
|
||||
|
||||
|
||||
/*
|
||||
* HAL Related Config
|
||||
*/
|
||||
@@ -241,14 +234,12 @@
|
||||
|
||||
#define SUPPORTED_BLOCK_IO
|
||||
|
||||
|
||||
/* #define CONFIG_ONLY_ONE_OUT_EP_TO_LOW 0 */
|
||||
|
||||
#define CONFIG_OUT_EP_WIFI_MODE 0
|
||||
|
||||
#define ENABLE_USB_DROP_INCORRECT_OUT
|
||||
|
||||
|
||||
#define DISABLE_BB_RF 0
|
||||
|
||||
/* #define RTL8191C_FPGA_NETWORKTYPE_ADHOC 0 */
|
||||
@@ -262,7 +253,6 @@
|
||||
#define MP_DRIVER 0
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Platform Related Config
|
||||
*/
|
||||
@@ -278,7 +268,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef CONFIG_USB_TX_AGGREGATION
|
||||
/* #define CONFIG_TX_EARLY_MODE */
|
||||
#endif
|
||||
@@ -323,8 +312,6 @@
|
||||
/* #define DBG_RX_SIGNAL_DISPLAY_PROCESSING */
|
||||
/* #define DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED "jeff-ap" */
|
||||
|
||||
|
||||
|
||||
/* #define DBG_SHOW_MCUFWDL_BEFORE_51_ENABLE */
|
||||
/* #define DBG_ROAMING_TEST */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user