aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dlmap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-07-24 08:53:14 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-07-24 08:53:14 +0000
commit7921dca80d542aa3f1117bf117afe749455325e9 (patch)
treeb5529f9df84024bedfdc96a96ba200ff48c3af0f /plugins/wimax/msg_dlmap.c
parent9c3467745382bdee199dc7fc483df8c6db6dab0d (diff)
Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).
From Frank Wang. svn path=/trunk/; revision=25816
Diffstat (limited to 'plugins/wimax/msg_dlmap.c')
-rw-r--r--plugins/wimax/msg_dlmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_dlmap.c b/plugins/wimax/msg_dlmap.c
index 7bb9683291..4ed72db1b3 100644
--- a/plugins/wimax/msg_dlmap.c
+++ b/plugins/wimax/msg_dlmap.c
@@ -2155,7 +2155,7 @@ gint UL_interference_and_noise_level_IE(proto_tree *diuc_tree, const guint8 *buf
XNIB(data, 1, "Extended DIUC");
XNIB(data, 1, "Length");
- XNIB(bitmap, 1, "Bitmap");
+ XNIB(bitmap, 2, "Bitmap");
if (bitmap & 0x01) {
XNIB(data, 2, "CQI/ACK/Periodic Ranging region NI");