aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-08-23 09:29:19 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:21 -0400
commit34bbd837df3d4fa899de9658866068d364271da0 (patch)
treefa14c2c6e79a13d58131d68c64145e27f59e8384 /drivers
parent2ac6ff20265b2503cb1b172ac6e4e362676aaead (diff)
Staging: rt3070: update allowed channels list for Japan
rt3070 driver allows use of 5G channel 34 while rt{286,287,309}0 drivers don't and quick googling seems to confirm the limitation. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rt2860/chlist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rt2860/chlist.h b/drivers/staging/rt2860/chlist.h
index 1ad26b574083..f49a35c95de6 100644
--- a/drivers/staging/rt2860/chlist.h
+++ b/drivers/staging/rt2860/chlist.h
@@ -524,12 +524,7 @@ static CH_REGION ChRegion[] =
524 JAP, 524 JAP,
525 { 525 {
526 { 1, 14, 20, BOTH, FALSE}, // 2.4 G, ch 1~14 526 { 1, 14, 20, BOTH, FALSE}, // 2.4 G, ch 1~14
527#ifndef RT30xx
528 { 36, 4, 23, IDOR, FALSE}, // 5G, ch 36~48 527 { 36, 4, 23, IDOR, FALSE}, // 5G, ch 36~48
529#endif
530#ifdef RT30xx
531 { 34, 4, 23, IDOR, FALSE}, // 5G, ch 34~46
532#endif
533 { 0}, // end 528 { 0}, // end
534 } 529 }
535 }, 530 },