From: Holger Schurig Date: Wed, 19 Mar 2008 09:11:00 +0000 (+0100) Subject: libertas: make a handy lbs_cmd_async() command X-Git-Tag: v2.6.26-rc1~1138^2~350^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db4a2b986befabd2ad25c269e40444f06a6bda3;p=pandora-kernel.git libertas: make a handy lbs_cmd_async() command This uses a static lbs_cmd_async_callback function, which is a noop. Just setting the callback argument to __lbs_cmd_async() to NULL won't work, because then the cmdnode wouldn't be released. This also makes __lbs_cmd_async() a static method, which is now only used by lbs_cmd() and lbs_cmd_async(). Signed-off-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed