summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/misc/cell_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/misc/cell_log.c')
-rw-r--r--src/host/layer23/src/misc/cell_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/misc/cell_log.c b/src/host/layer23/src/misc/cell_log.c
index 0b59a190..b1012132 100644
--- a/src/host/layer23/src/misc/cell_log.c
+++ b/src/host/layer23/src/misc/cell_log.c
@@ -69,7 +69,7 @@ enum {
/* ranges of bands */
static uint16_t *band_range = 0;
-static uint16_t range_all[] = {0, 124, 128, 251, 512, 885, 955, 1023, 1024, 1322, 0, 0};
+static uint16_t range_all[] = {0, 124, 512, 885, 955, 1023, 0, 0};
static uint16_t range_900[] = {0, 124, 955, 1023, 0, 0};
static uint16_t range_1800[] = {512, 885, 0, 0};
static uint16_t range_850[] = {128, 251, 0, 0};