From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h b/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h index 7650b87..e8a8a7a 100644 --- a/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h +++ b/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/drv_conf.h @@ -78,10 +78,6 @@ #ifdef CONFIG_RTW_ANDROID #include <linux/version.h> - - #ifndef CONFIG_PLATFORM_ANDROID - #define CONFIG_PLATFORM_ANDROID - #endif #ifndef CONFIG_IOCTL_CFG80211 #define CONFIG_IOCTL_CFG80211 @@ -172,9 +168,8 @@ #ifdef CONFIG_RESUME_IN_WORKQUEUE /* this can be removed, because there is no case for this... */ #if !defined(CONFIG_WAKELOCK) && !defined(CONFIG_ANDROID_POWER) -/* #error "enable CONFIG_RESUME_IN_WORKQUEUE without CONFIG_WAKELOCK or CONFIG_ANDROID_POWER will suffer from the danger of wifi's unfunctionality..." + #error "enable CONFIG_RESUME_IN_WORKQUEUE without CONFIG_WAKELOCK or CONFIG_ANDROID_POWER will suffer from the danger of wifi's unfunctionality..." #error "If you still want to enable CONFIG_RESUME_IN_WORKQUEUE in this case, mask this preprossor checking and GOOD LUCK..." -*/ #endif #endif @@ -801,10 +796,5 @@ #define DBG_THREAD_PID /* Add thread pid to debug message prefix */ #define DBG_CPU_INFO /* Add CPU info to debug message prefix */ #endif - -#ifndef RTW_AMSDU_MODE -#define RTW_AMSDU_MODE 0 /* 0:non-SPP, 1:spp mode, 2:All drop */ -#endif - #endif /* __DRV_CONF_H__ */ -- Gitblit v1.6.2