diff options
author | Patrick Boettcher <devnull@localhost> | 2005-02-15 20:56:16 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-02-15 20:56:16 +0000 |
commit | 188521798d2465c95692c4e76025a0cb9172f6ec (patch) | |
tree | 8f05b3d97e169bbc64a9b6cceab5943d1e1f9248 /linux/drivers/media/dvb | |
parent | 7d4651c8e0961354b298165ec03219c02bc7c734 (diff) | |
download | mediapointer-dvb-s2-188521798d2465c95692c4e76025a0cb9172f6ec.tar.gz mediapointer-dvb-s2-188521798d2465c95692c4e76025a0cb9172f6ec.tar.bz2 |
Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz.
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/nxt2002.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/nxt2002.c b/linux/drivers/media/dvb/frontends/nxt2002.c index 4d9eb2c35..55a4a5961 100644 --- a/linux/drivers/media/dvb/frontends/nxt2002.c +++ b/linux/drivers/media/dvb/frontends/nxt2002.c @@ -676,7 +676,7 @@ static struct dvb_frontend_ops nxt2002_ops = { .name = "Nextwave nxt2002 VSB/QAM frontend", .type = FE_ATSC, .frequency_min = 54000000, - .frequency_max = 806000000, + .frequency_max = 860000000, /* stepsize is just a guess */ .frequency_stepsize = 166666, .caps = FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 | |