提交 db30567a 编写于 作者: M Mauro Carvalho Chehab

[media] siano: add additional attributes to cards entries

Those attributes will be used by the newer sms2xxx cards.
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 3ba92d0b
...@@ -79,6 +79,12 @@ struct sms_board { ...@@ -79,6 +79,12 @@ struct sms_board {
/* gpios */ /* gpios */
int led_power, led_hi, led_lo, lna_ctrl, rf_switch; 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); struct sms_board *sms_get_board(unsigned id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册