carl9170 firmware: remove usb transport watchdog
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 14 Aug 2010 00:47:49 +0000 (02:47 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 14 Aug 2010 00:47:49 +0000 (02:47 +0200)
commit95e0b3d5f76e191546422c4dbb7afd2ad679ff8d
treedc98a86f3c0e8382a5cc9af0e62192b599d8c916
parent1dbab55a460484fd655c44c99fc192b9e3702485
carl9170 firmware: remove usb transport watchdog

The idea of this watchdog was to check regulary,
whenever the driver was still responding to firmware
requests within a reasonable window. But the concept
is flawed and never received any substantial testing.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
12 files changed:
carlfw/include/carl9170.h
carlfw/include/cmd.h
carlfw/include/config.h
carlfw/include/usb.h
carlfw/src/cmd.c
carlfw/src/fw.c
carlfw/src/timer.c
carlfw/usb/Kconfig
carlfw/usb/main.c
include/shared/fwcmd.h
include/shared/fwdesc.h
tools/src/fwinfo.c