netconsole: support packets longer than 512 bytes
authorMichael Walle <michael@walle.cc>
Fri, 7 Oct 2011 12:27:50 +0000 (12:27 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Oct 2011 21:24:48 +0000 (23:24 +0200)
commit1a9845b4f00a2930b2c06dabd6cf9bee4ca1437c
tree352f3209fb9576c67686a1b7d50c8a3eaebf441b
parentca366d0e382bed14c7914e2327c6460ecdddcffd
netconsole: support packets longer than 512 bytes

Esp. while printing the environment the output is usually longer than 512
bytes. Instead of cutting the message, send multiple 512 bytes packets.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Mike Frysinger <vapier@gentoo.org>
drivers/net/netconsole.c