ISDN: Fix isdnhdlc for one byte hdlc packets
authorKarsten Keil <keil@b1-systems.de>
Wed, 8 Jul 2009 18:58:33 +0000 (20:58 +0200)
committerKarsten Keil <keil@b1-systems.de>
Sat, 25 Jul 2009 18:16:17 +0000 (20:16 +0200)
Normally HDLC packets contain more as one byte (e.g a X25/X75 header).
But if you use plain HDLC framing, the current code do not encode
1 byte payloads, this patch fix that.

Signed-off-by: Karsten Keil <keil@b1-systems.de>

No differences found