diff options
author | Vasundhara Volam <vasundhara.volam@emulex.com> | 2012-06-13 19:51:45 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-17 16:18:51 -0700 |
commit | 0b3f0e7ae0765c81c7d659811595ea5058ae05a7 (patch) | |
tree | d03e8ed34917facfb545fe76c79a5196d4b461b5 /drivers/net | |
parent | 97f1d8cd8d61642d01af1fc181f3103314128c3b (diff) |
be2net: Increase statistics structure size for skyhawk.
Increasing the hardware statistics structure to accomodate statistics for skyhawk.
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/emulex/benet/be_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/emulex/benet/be_cmds.h b/drivers/net/ethernet/emulex/benet/be_cmds.h index 9625bf420c16..b3f3fc3d1323 100644 --- a/drivers/net/ethernet/emulex/benet/be_cmds.h +++ b/drivers/net/ethernet/emulex/benet/be_cmds.h @@ -1566,7 +1566,7 @@ struct be_hw_stats_v1 { u32 rsvd0[BE_TXP_SW_SZ]; struct be_erx_stats_v1 erx; struct be_pmem_stats pmem; - u32 rsvd1[3]; + u32 rsvd1[18]; }; struct be_cmd_req_get_stats_v1 { |