diff options
author | Suresh Reddy <suresh.reddy@emulex.com> | 2014-01-06 13:02:24 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-06 13:09:21 -0500 |
commit | 5eeff6354faffb3f140d690eec1cede78de53b06 (patch) | |
tree | c1bf0b7e7392326167e59235c787113624cc262e /drivers/net/ethernet/emulex/benet/be.h | |
parent | da1388d655292a11b5e9c011532e9ca83f77e1d3 (diff) | |
download | lwn-5eeff6354faffb3f140d690eec1cede78de53b06.tar.gz lwn-5eeff6354faffb3f140d690eec1cede78de53b06.zip |
be2net: increase the timeout value for loopback-test FW cmd
The loopback test FW cmd may need upto 15 seconds to complete on
certain PHYs. This patch also fixes the name of the completion variable
used to synchronize FW cmd completions as it not used by the flashing
cmd alone anymore.
Signed-off-by: Suresh Reddy <suresh.reddy@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/emulex/benet/be.h')
-rw-r--r-- | drivers/net/ethernet/emulex/benet/be.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 5878df619b53..2e031f24cd33 100644 --- a/drivers/net/ethernet/emulex/benet/be.h +++ b/drivers/net/ethernet/emulex/benet/be.h @@ -480,7 +480,7 @@ struct be_adapter { struct list_head entry; u32 flash_status; - struct completion flash_compl; + struct completion et_cmd_compl; struct be_resources res; /* resources available for the func */ u16 num_vfs; /* Number of VFs provisioned by PF */ |