From: Holger Schurig Date: Thu, 6 Dec 2007 12:50:30 +0000 (+0100) Subject: libertas: fix data packet size errors X-Git-Tag: v2.6.25-rc1~1162^2~433 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d4fad6e8972061fbb0e2e5ae9e686d84f57af6;p=pandora-kernel.git libertas: fix data packet size errors I wondered about junk bytes at the end when using "lbsdebug +hex +host" until I noticed that firmware for the CF card sends my extranous bytes. It says "I have 20 bytes", I take 20 bytes, but the last 8 bytes of this are just data junk. Also, in the new lbs_cmd() where was a size miscalulation that made itself clear after fixing this bug. Signed-off-by: Holger Schurig Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed