diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dib3000-common.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000-common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib3000-common.h b/linux/drivers/media/dvb/frontends/dib3000-common.h index 2cd0ad9ab..e23acbc29 100644 --- a/linux/drivers/media/dvb/frontends/dib3000-common.h +++ b/linux/drivers/media/dvb/frontends/dib3000-common.h @@ -28,9 +28,7 @@ #include "dvb_frontend.h" #include "dib3000.h" -/* info and err, taken from usb.h, if there is anything available like by default, - * please change ! - */ +/* info and err, taken from usb.h, if there is anything available like by default. */ #define err(format, arg...) printk(KERN_ERR "%s: " format "\n" , __FILE__ , ## arg) #define info(format, arg...) printk(KERN_INFO "%s: " format "\n" , __FILE__ , ## arg) #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n" , __FILE__ , ## arg) @@ -59,6 +57,9 @@ struct dib3000_state { struct dvb_frontend frontend; int timing_offset; int timing_offset_comp_done; + + fe_bandwidth_t last_tuned_bw; + u32 last_tuned_freq; }; /* commonly used methods by the dib3000mb/mc/p frontend */ |