aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorJavier Cardona <javier@cozybit.com>2007-05-25 12:12:06 -0400
committerJohn W. Linville <linville@tuxdriver.com>2007-06-11 14:28:39 -0400
commit0601e7ee463f2736586de9a24025f8791db7f5a8 (patch)
treee6307e09ced771509d170100fb99b32a4820d04c /drivers/net/wireless/libertas/hostcmd.h
parent6a8121572e2f2d188f04673bfa460ccfcedeb008 (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.h6
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
625struct cmd_ds_mesh_access { 624struct 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
630struct cmd_ds_command { 632struct cmd_ds_command {
631 /* command header */ 633 /* command header */
632 u16 command; 634 u16 command;