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:
parent
01965dc24a
commit
2e4eba9f68
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue