diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2007-05-25 13:53:26 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-11 14:28:41 -0400 |
commit | 90e8eafc93ed159846bb7126af8502f2a8570a11 (patch) | |
tree | a949978a5a7d199953f9876672e202dffeba40b8 /drivers/net/wireless/libertas/hostcmd.h | |
parent | 7db283c914457dbeb72878df0641f4a5e05d75fa (diff) |
[PATCH] libertas: updated mesh commands for 5.220.9.p11
Updated commands fwt_add and fwt_list, bt_list.
New commands: bt_get_invert, bt_set_invert, to invert the blinding table,
i.e., receive only frames from nodes listed in the BT.
This patch needs/is needed for firmware 5.220.9.p11.
Signed-off-by: Luis Carlos Cobo <luisca@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index e7745fc2865e..581b9a37d7b7 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -607,18 +607,21 @@ struct cmd_ds_bt_access { | |||
607 | struct cmd_ds_fwt_access { | 607 | struct cmd_ds_fwt_access { |
608 | u16 action; | 608 | u16 action; |
609 | u32 id; | 609 | u32 id; |
610 | u8 valid; | ||
610 | u8 da[ETH_ALEN]; | 611 | u8 da[ETH_ALEN]; |
611 | u8 dir; | 612 | u8 dir; |
612 | u8 ra[ETH_ALEN]; | 613 | u8 ra[ETH_ALEN]; |
613 | u32 ssn; | 614 | u32 ssn; |
614 | u32 dsn; | 615 | u32 dsn; |
615 | u32 metric; | 616 | u32 metric; |
617 | u8 rate; | ||
616 | u8 hopcount; | 618 | u8 hopcount; |
617 | u8 ttl; | 619 | u8 ttl; |
618 | u32 expiration; | 620 | u32 expiration; |
619 | u8 sleepmode; | 621 | u8 sleepmode; |
620 | u32 snr; | 622 | u32 snr; |
621 | u32 references; | 623 | u32 references; |
624 | u8 prec[ETH_ALEN]; | ||
622 | } __attribute__ ((packed)); | 625 | } __attribute__ ((packed)); |
623 | 626 | ||
624 | struct cmd_ds_mesh_access { | 627 | struct cmd_ds_mesh_access { |