From: Vladimir Kondratiev Date: Wed, 13 Mar 2013 12:12:49 +0000 (+0200) Subject: wil6210: new SW reset X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f7acdd2440285c5b1236e29c4194eacd624008;p=pandora-kernel.git wil6210: new SW reset New firmware allows for shorter SW reset procedure. After SW reset, FW raises "fw done" IRQ, at this moment mailbox control structures are initialized, driver caches it. New status bit wil_status_reset_done introduced to track completion of the reset. It is set by "fw ready" irq, and required for WMI rx flow to access control structures. WMI Tx flow protected by other status bit, wil_status_fwready. It can't be set before wil_status_reset_done is set by design. Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed