From: Holger Schurig Date: Tue, 18 Mar 2008 10:20:21 +0000 (+0100) Subject: libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL X-Git-Tag: v2.6.26-rc1~1138^2~350^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97329e21fc487ebf251c920d46537ff5fb4d8a7;p=pandora-kernel.git libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL The old code incorrectly used lbs_cmd_with_response() and now uses lbs_cmd_async(). While there I noticed that there is no real useful return values for asynchronous command functions, so I made the function "void". Signed-off-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed