From: Karsten Keil Date: Wed, 8 Jul 2009 18:58:33 +0000 (+0200) Subject: ISDN: Fix isdnhdlc for one byte hdlc packets X-Git-Tag: v2.6.32-rc1~703^2~545^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fad223ed69f406f33c9619c256858d5a5fc5c7;p=pandora-kernel.git ISDN: Fix isdnhdlc for one byte hdlc packets 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 --- Reading git-diff-tree failed