From: Johannes Berg Date: Tue, 6 Mar 2012 21:30:49 +0000 (-0800) Subject: iwlwifi: virtualize command queue full behaviour X-Git-Tag: v3.4-rc1~177^2~108^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e781842cb25ed3a9d0a91bdf05c0717150c9343;p=pandora-kernel.git iwlwifi: virtualize command queue full behaviour When the command queue is full, the transport will return -ENOSPC, but the reaction to that depends on the op_mode. Virtualize that, the DVM op_mode checks for CT-kill and restarts the hardware otherwise. We may be able to get rid of this callback by putting the behaviour check into the wrapper but that needs more careful evaluation. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed