Commit db30567a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] siano: add additional attributes to cards entries



Those attributes will be used by the newer sms2xxx cards.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3ba92d0b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -79,6 +79,12 @@ struct sms_board {

	/* gpios */
	int led_power, led_hi, led_lo, lna_ctrl, rf_switch;

	char intf_num;
	int default_mode;
	unsigned int mtu;
	unsigned int crystal;
	struct sms_antenna_config_ST *antenna_config;
};

struct sms_board *sms_get_board(unsigned id);