From: David Woodhouse Date: Tue, 20 May 2008 10:47:16 +0000 (+0100) Subject: libertas: Increase priority of 'unknown command' warnings X-Git-Tag: v2.6.27-rc1~969^2~337^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37fc6e11c79899451e394319cff18cc53d6448d;p=pandora-kernel.git libertas: Increase priority of 'unknown command' warnings Using the deprecated lbs_prepare_and_send_command() function for a command which it doesn't understand is an error; complain loudly about it even when we're not debugging. The mesh stats bug, where we converted MESH_ACCESS to a direct command but accidentally missed one user which was still trying to do it through lbs_prepare_and_send_command(), would have been caught a lot quicker if we'd done this sooner. Such bugs aren't entirely unlikely in future too, as we convert more code to stop using this function. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed