Change module name and minor cleanup

This commit is contained in:
kimocoder
2019-11-29 11:51:16 +01:00
parent 8f75f5e0a2
commit a3f4494e78
9 changed files with 11 additions and 33 deletions
+1 -14
View File
@@ -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 */
+2 -4
View File
@@ -18,7 +18,6 @@
--------------------------------------------------------------------------------*/
#ifndef __DRV_TYPES_H__
#define __DRV_TYPES_H__
@@ -90,7 +89,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER;
#include <rtw_sreset.h>
#include <hal_intf.h>
#include <hal_com.h>
#include<hal_com_h2c.h>
#include <hal_com_h2c.h>
#include <hal_com_led.h>
#include "../hal/hal_dm.h"
#include <rtw_qos.h>
@@ -1038,7 +1037,7 @@ struct dvobj_priv {
_timer txbcn_timer;
#endif
_timer dynamic_chk_timer; /* dynamic/periodic check timer */
#ifdef CONFIG_RTW_NAPI_DYNAMIC
u8 en_napi_dynamic;
#endif /* CONFIG_RTW_NAPI_DYNAMIC */
@@ -1436,7 +1435,6 @@ struct _ADAPTER {
u32 MCAddrCount;
#endif /* end of PLATFORM_WINDOWS */
#ifdef PLATFORM_LINUX
_nic_hdl pnetdev;
char old_ifname[IFNAMSIZ];
-1
View File
@@ -15,5 +15,4 @@
#ifndef __DRV_TYPES_LINUX_H__
#define __DRV_TYPES_LINUX_H__
#endif