summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c')
-rw-r--r--target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c b/target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c
index 92db566d4..c4c77fa4f 100644
--- a/target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c
+++ b/target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c
@@ -169,7 +169,7 @@ static irqreturn_t rlx_timer_interrupt(int irq, void *dev_id)
#endif
{
// quick fix for warn reboot fail issue
-#if defined(CONFIG_RTL8192SE) || defined(CONFIG_RTL8192CD)
+#if defined(CONFIG_RTL8192SE) || defined(CONFIG_RTL8192CD) || defined(CONFIG_RTL8192E)
#if !defined(CONFIG_RTL865X_PANAHOST) && !defined(CONFIG_RTL8197B_PANA)
extern void force_stop_wlan_hw(void);
force_stop_wlan_hw();