Skip to content

Commit

Permalink
[media] siano: add additional attributes to cards entries
Browse files Browse the repository at this point in the history
Those attributes will be used by the newer sms2xxx cards.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent 3ba92d0 commit db30567
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/media/common/siano/sms-cards.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit db30567

Please sign in to comment.