From: Vladimir Kondratiev Date: Mon, 28 Jan 2013 16:31:01 +0000 (+0200) Subject: wil6210: Fix: Tx stall X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb901733b4d6f6d1f00354f62de7df826cf1dfe8;p=pandora-kernel.git wil6210: Fix: Tx stall Due to multi-tx-queue design, wil_start_xmit() used to be executed concurrently for different queues. Then, these transmits delivered to the same queue, creating race. As result, Tx descriptor may be skipped, causing stall in hardware. Convert to single Tx queue fixes it. Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed