be2net: Increase statistics structure size for skyhawk.
authorVasundhara Volam <vasundhara.volam@emulex.com>
Wed, 13 Jun 2012 19:51:45 +0000 (19:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jun 2012 23:18:51 +0000 (16:18 -0700)
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>
drivers/net/ethernet/emulex/benet/be_cmds.h

index 9625bf4..b3f3fc3 100644 (file)
@@ -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 {