From: Johannes Berg Date: Mon, 18 Apr 2011 16:22:10 +0000 (-0700) Subject: iwlagn: verify that huge commands are synchronous X-Git-Tag: v3.0-rc1~377^2~256^2^2~39^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b21f00ee6073909c01adeba317af3d78c3b9d0a;p=pandora-kernel.git iwlagn: verify that huge commands are synchronous Since huge commands all share a single buffer, there can only be a single one in flight at a time since otherwise they'd overwrite each other. This is true in the driver now, but it seems like a possible source of bugs, so add a test to verify that huge commands are always sent synchronously. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed