From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_linux_priv.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_linux_priv.h b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_linux_priv.h old mode 100644 new mode 100755 index 1eeb27e..88a3abb --- a/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_linux_priv.h +++ b/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_linux_priv.h @@ -41,6 +41,7 @@ #ifdef CONFIG_HAS_WAKELOCK #include <linux/pm_wakeup.h> #endif /* CONFIG_HAS_WAKELOCK */ +#include <linux/wakelock.h> #include <dngl_stats.h> #include <dhd.h> #include <dhd_dbg.h> @@ -144,6 +145,7 @@ struct wakeup_source wl_nanwake; /* NAN wakelock */ #endif /* CONFIG_HAS_WAKELOCK */ + struct wake_lock rx_wakelock; #if defined(OEM_ANDROID) /* net_device interface lock, prevent race conditions among net_dev interface * calls and wifi_on or wifi_off -- Gitblit v1.6.2