From 188521798d2465c95692c4e76025a0cb9172f6ec Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Tue, 15 Feb 2005 20:56:16 +0000 Subject: 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. --- linux/drivers/media/dvb/frontends/nxt2002.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') 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 | -- cgit v1.2.3