From: David Woodhouse Date: Sat, 8 Dec 2007 00:59:54 +0000 (+0000) Subject: libertas: switch lbs_cmd() to take a callback function pointer X-Git-Tag: v2.6.25-rc1~1162^2~422 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448a51ae0684c146c9f9ba4e178ab2182512258f;p=pandora-kernel.git libertas: switch lbs_cmd() to take a callback function pointer All existing code which sends commands is set up to have some function called with the results, not to get data back. It's more versatile this way, and providing it with a callback function which involves memcpy() is hardly difficult. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed