drivers: net: Change timeout for query_firmware command

On some targets, a higher timeout value is needed to get the firmware
version response.

Change-Id: I67b85b16f1d7187e953df23b9a2ba327ec8d8591
Signed-off-by: Balachandra C S <balacs@codeaurora.org>
This commit is contained in:
Balachandra C S 2018-03-21 20:14:33 +05:30
parent 01965dc24a
commit 2e4eba9f68

View file

@ -44,7 +44,7 @@
#define DRIVER_MODE_RAW_FRAMES 0
#define DRIVER_MODE_PROPERTIES 1
#define DRIVER_MODE_AMB 2
#define QUERY_FIRMWARE_TIMEOUT_MS 1
#define QUERY_FIRMWARE_TIMEOUT_MS 20
struct qti_can {
struct net_device **netdev;