Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fix MT7615 initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 7, 2020
1 parent 52095df commit cd4238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/rc/sysdeps/init-ralink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ void init_wl(void)

#if defined (RTCONFIG_WLMODULE_MT7615E_AP)
if (!module_loaded("mt_wifi"))
modprobe("mt_wifi", tmpStr1, tmpStr2, tmpStr3);
modprobe("mt_wifi"/*, tmpStr1, tmpStr2, tmpStr3*/);
#endif
sleep(1);
}
Expand Down

0 comments on commit cd4238b

Please sign in to comment.