commit | 448a51ae0684c146c9f9ba4e178ab2182512258f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Dec 08 00:59:54 2007 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:16 2008 -0800 |
tree | 865dc30fe6ec85b901b8f944d11aa852ffd7a605 | |
parent | ac47246e246c183ed68b3fdb307a83d00313a325 [diff] |
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 <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>