staging: ft1000: Pseudo header handlig improved.
authorMarek Belisko <marek.belisko@gmail.com>
Tue, 2 Nov 2010 12:44:10 +0000 (13:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 10 Nov 2010 00:07:02 +0000 (16:07 -0800)
Handling for pseudo header was done by directly copying
data to tx buffer. This hide a functionality and make
code unreadable.

Use approach where fill pseudo_hdr structure first with data and then copy
to beginning of buffer.

Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found