diff options
author | Javier Cardona <javier@cozybit.com> | 2007-05-25 12:12:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-11 14:28:39 -0400 |
commit | 0601e7ee463f2736586de9a24025f8791db7f5a8 (patch) | |
tree | e6307e09ced771509d170100fb99b32a4820d04c /drivers/net/wireless/libertas/hostcmd.h | |
parent | 6a8121572e2f2d188f04673bfa460ccfcedeb008 (diff) |
[PATCH] libertas: added transmission failures to mesh statistics
Added transmission failures to mesh statistics.
Removed whitespace before newlines.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index f239e5d2435b..e7745fc2865e 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -621,12 +621,14 @@ struct cmd_ds_fwt_access { | |||
621 | u32 references; | 621 | u32 references; |
622 | } __attribute__ ((packed)); | 622 | } __attribute__ ((packed)); |
623 | 623 | ||
624 | #define MESH_STATS_NUM 7 | ||
625 | struct cmd_ds_mesh_access { | 624 | struct cmd_ds_mesh_access { |
626 | u16 action; | 625 | u16 action; |
627 | u32 data[MESH_STATS_NUM + 1]; /* last position reserved */ | 626 | u32 data[32]; /* last position reserved */ |
628 | } __attribute__ ((packed)); | 627 | } __attribute__ ((packed)); |
629 | 628 | ||
629 | /* Number of stats counters returned by the firmware */ | ||
630 | #define MESH_STATS_NUM 8 | ||
631 | |||
630 | struct cmd_ds_command { | 632 | struct cmd_ds_command { |
631 | /* command header */ | 633 | /* command header */ |
632 | u16 command; | 634 | u16 command; |