summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-26 22:55:02 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-28 08:04:18 +0200
commit9257fe53bfe4387cdd7a78f1fbd1c93134f5ab0b (patch)
tree778290c60868448b05b0933820fe08ba6af995d4 /include
parentd227b37f1220a01e2e2b8b218a3754af225e7ef1 (diff)
l1ctl: Add initial tch_mode value in DM_EST_REQ
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index f2880eb5..24cb64ba 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -207,6 +207,8 @@ struct l1ctl_dm_est_req {
struct l1ctl_h0 h0;
struct l1ctl_h1 h1;
};
+ uint8_t tch_mode;
+ uint8_t _padding[1];
} __attribute__((packed));
struct l1ctl_dm_freq_req {