protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmd

Thanks to Dieter for pointing this out.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-09-17 13:55:45 +02:00
parent 08aaded3b8
commit 77b6f6c536
1 changed files with 2 additions and 2 deletions

View File

@ -626,8 +626,8 @@ struct gsm48_chan_rel {
struct gsm48_cip_mode_cmd {
uint8_t sc:1,
alg_id:3,
spare:3,
cr:1;
cr:1,
spare:3;
} __attribute__((packed));
/* Section 9.1.11 */