[gsm48] fix typo in struct gsm48_req_ref

This commit is contained in:
Andreas Eversberg 2010-06-25 02:50:06 +02:00 committed by Harald Welte
parent 639f74bdf4
commit 93364fc8e0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct gsm48_multi_rate_conf {
struct gsm48_req_ref {
uint8_t ra;
uint8_t t3_high:3,
t1_:5;
t1:5;
uint8_t t2:5,
t3_low:3;
} __attribute__ ((packed));