]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] siano: add additional attributes to cards entries
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 6 Mar 2013 11:33:44 +0000 (08:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 10:37:39 +0000 (07:37 -0300)
Those attributes will be used by the newer sms2xxx cards.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/siano/sms-cards.h

index d8cdf756f7cf072073cf018638746af19c7baf04..9f1861aa71c92a4eb4f0773e854f1c4a08128b36 100644 (file)
@@ -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);