commit | 4595f251058609d97a5d792de08c34a7956af816 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Oct 14 21:29:56 2005 +0100 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Sat Oct 22 17:20:50 2005 -0200 |
tree | 3742b9fa7befc487d2bddf41fa7a1ea686b7f72d | |
parent | c98d80edc827277c28f88d662a7d6e9affa7e12f [diff] |
[AX.25]: Fix signed char bug On architectures where the char type defaults to unsigned some of the arithmetic in the AX.25 stack to fail, resulting in some packets being dropped on receive. Credits for tracking this down and the original patch to Bob Brose N0QBJ <linuxhams@n0qbj-11.ampr.org>. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>