]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
be2net: increase FW update completion timeout
authorSathya Perla <sathya.perla@emulex.com>
Mon, 22 Aug 2011 19:41:54 +0000 (19:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2011 23:19:29 +0000 (16:19 -0700)
Flashing some of the PHYs can take longer thus increasing the total flash
update time to a max of 40s.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_cmds.c

index bec039d27714260754bfd002de7930a55013e927..bebeee68b2fa3f4866ebe527f8edace1d2dd49dc 100644 (file)
@@ -1939,7 +1939,7 @@ int be_cmd_write_flashrom(struct be_adapter *adapter, struct be_dma_mem *cmd,
        spin_unlock_bh(&adapter->mcc_lock);
 
        if (!wait_for_completion_timeout(&adapter->flash_compl,
-                       msecs_to_jiffies(12000)))
+                       msecs_to_jiffies(40000)))
                status = -1;
        else
                status = adapter->flash_status;