[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>
This commit is contained in:
committed by
John W. Linville
parent
6a8121572e
commit
0601e7ee46
@ -621,12 +621,14 @@ struct cmd_ds_fwt_access {
|
||||
u32 references;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
#define MESH_STATS_NUM 7
|
||||
struct cmd_ds_mesh_access {
|
||||
u16 action;
|
||||
u32 data[MESH_STATS_NUM + 1]; /* last position reserved */
|
||||
u32 data[32]; /* last position reserved */
|
||||
} __attribute__ ((packed));
|
||||
|
||||
/* Number of stats counters returned by the firmware */
|
||||
#define MESH_STATS_NUM 8
|
||||
|
||||
struct cmd_ds_command {
|
||||
/* command header */
|
||||
u16 command;
|
||||
|
Reference in New Issue
Block a user