mtwifi-cfg: add sleep for reinstall drivers

This commit is contained in:
hanwckf 2024-01-23 22:10:27 +08:00
parent 78e01d8729
commit c81045a7fa

View File

@ -267,6 +267,8 @@ function mtwifi_reinstall()
os.execute("modprobe mtk_warp_proxy")
--os.execute("modprobe mtfwd")
--os.execute("modprobe mt_whnat")
utils.sleep(1)
end
function __exec_iwpriv_cmd(ifname, key, val)