Skip to content

Commit

Permalink
libertas: convert LED_GPIO_CTRL to a direct command
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and John W. Linville committed Jul 27, 2010
1 parent d6541c7 commit 85dfbfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/net/wireless/libertas/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@ struct cmd_ds_802_11_pa_cfg {


struct cmd_ds_802_11_led_ctrl {
struct cmd_header hdr;

__le16 action;
__le16 numled;
u8 data[256];
Expand Down Expand Up @@ -969,9 +971,6 @@ struct cmd_ds_command {
struct cmd_ds_mac_reg_access macreg;
struct cmd_ds_bbp_reg_access bbpreg;
struct cmd_ds_rf_reg_access rfreg;

struct cmd_ds_802_11_led_ctrl ledgpio;

struct cmd_ds_bt_access bt;
struct cmd_ds_fwt_access fwt;
} params;
Expand Down

0 comments on commit 85dfbfe

Please sign in to comment.