commit | d2b07455b85d20c72e4182fe7d53d8c70838f984 | [log] [tgz] |
---|---|---|
author | Marek Belisko <marek.belisko@gmail.com> | Tue Nov 02 13:44:10 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 09 16:07:02 2010 -0800 |
tree | 86e6ccea2b1021a9a88b28bd4b6d68b5bf9b4d6d | |
parent | 019bd3f825a7fc438b1e9ce7d145b03f13102aee [diff] |
staging: ft1000: Pseudo header handlig improved. 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>