mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 09:36:52 +07:00
[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>
This commit is contained in:
parent
3ba92d0b58
commit
db30567a63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user