From: Oleksij Rempel Date: Sat, 14 Dec 2013 21:02:48 +0000 (+0100) Subject: init.c: do cold reboot on exception X-Git-Tag: 1.4.0~10^2~2^2 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=857dfa0da967914f30505f53950dfa6e18957bed;hp=857dfa0da967914f30505f53950dfa6e18957bed;p=open-ath9k-htc-firmware.git init.c: do cold reboot on exception Currently, if we get exception, FW will print exception info, send crash pattern to the host and reboot. We can reduce deadtime by doing cold reboot instead of simple reboot. The difference is, that usb interface will be reseted and usb subsystem will reinit driver. In this case we even do not need to update host driver. Signed-off-by: Oleksij Rempel ---