|
@@ -1633,7 +1633,7 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
|
|
|
struct tuner_state t_state;
|
|
|
int err = 0;
|
|
|
|
|
|
- t_state.frequency = bandwidth;
|
|
|
+ t_state.bandwidth = bandwidth;
|
|
|
if (&fe->ops)
|
|
|
frontend_ops = &fe->ops;
|
|
|
if (&frontend_ops->tuner_ops)
|
|
@@ -1644,7 +1644,7 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
|
|
|
return err;
|
|
|
}
|
|
|
}
|
|
|
- printk("%s: Bandwidth=%d\n", __func__, t_state.frequency);
|
|
|
+ printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
|
|
|
return 0;
|
|
|
}
|
|
|
|