projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f1d8c
)
be2net: Increase statistics structure size for skyhawk.
author
Vasundhara Volam
<
[email protected]
>
Wed, 13 Jun 2012 19:51:45 +0000
(19:51 +0000)
committer
David S. Miller
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/emulex/benet/be_cmds.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/emulex/benet/be_cmds.h
b/drivers/net/ethernet/emulex/benet/be_cmds.h
index 9625bf420c161efb92ccc89c16b18b1fa4c90c68..b3f3fc3d132374207aa66fa6844d91374371c05b 100644
(file)
--- 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 {