Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85dfbfed authored by Dan Williams's avatar Dan Williams Committed by John W. Linville
Browse files

libertas: convert LED_GPIO_CTRL to a direct command

parent d6541c74
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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];
@@ -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;