From: David Woodhouse Date: Mon, 17 Dec 2007 17:35:28 +0000 (-0500) Subject: libertas: don't clear priv->dnld_sent after sending sleep confirm X-Git-Tag: v2.6.25-rc1~1162^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dba5f39194c57f98090d1ee504be5740dc521c;p=pandora-kernel.git libertas: don't clear priv->dnld_sent after sending sleep confirm DNLD_RES_RECEIVED is a bit of a misnomer -- we never wait for the result to be received; it's purely representing the state of the TX path, and in this case the TX path is definitely busy. Of course, that means that we don't actually care about DATA_SENT vs. CMD_SENT either, but that's a can of worms for another day... Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed