diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-06 06:33:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 06:37:39 -0400 |
commit | db30567a63db0094e03338462939031edf558cc8 (patch) | |
tree | 65d3b74845ea1ee8dcc6c4ba228735af9e2d3a77 | |
parent | 3ba92d0b58c909d68c316b5f7989abbc7b62b3ad (diff) |
[media] siano: add additional attributes to cards entries
Those attributes will be used by the newer sms2xxx cards.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/common/siano/sms-cards.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/common/siano/sms-cards.h b/drivers/media/common/siano/sms-cards.h index d8cdf756f7cf..9f1861aa71c9 100644 --- a/drivers/media/common/siano/sms-cards.h +++ b/drivers/media/common/siano/sms-cards.h | |||
@@ -79,6 +79,12 @@ struct sms_board { | |||
79 | 79 | ||
80 | /* gpios */ | 80 | /* gpios */ |
81 | int led_power, led_hi, led_lo, lna_ctrl, rf_switch; | 81 | int led_power, led_hi, led_lo, lna_ctrl, rf_switch; |
82 | |||
83 | char intf_num; | ||
84 | int default_mode; | ||
85 | unsigned int mtu; | ||
86 | unsigned int crystal; | ||
87 | struct sms_antenna_config_ST *antenna_config; | ||
82 | }; | 88 | }; |
83 | 89 | ||
84 | struct sms_board *sms_get_board(unsigned id); | 90 | struct sms_board *sms_get_board(unsigned id); |