diff options
| author | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
|---|---|---|
| committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:34 +0300 |
| commit | 7e810011201bf926cba09ec07424893e4cd8ce67 (patch) | |
| tree | 202fc7a42607e366848ca59c7a61a8f9fa2712ca /target/linux/realtek/files/arch/rlx/kernel/rlx-cevt.c | |
| parent | a45894b5a0f65585440d98bf71ef3e919c84cb5f (diff) | |
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
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.c | 2 |
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(); |
