ChangeSet 1.2231.1.215, 2005/03/28 20:16:07-08:00, [EMAIL PROTECTED]
[PATCH] dvb: nxt2002: fix max frequency
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.
Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
nxt2002.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/media/dvb/frontends/nxt2002.c
b/drivers/media/dvb/frontends/nxt2002.c
--- a/drivers/media/dvb/frontends/nxt2002.c 2005-03-28 21:55:34 -08:00
+++ b/drivers/media/dvb/frontends/nxt2002.c 2005-03-28 21:55:34 -08:00
@@ -671,7 +671,7 @@
.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 |
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html