]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libertas: don't clear priv->dnld_sent after sending sleep confirm
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 17 Dec 2007 17:35:28 +0000 (12:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:41 +0000 (15:07 -0800)
commit24dba5f39194c57f98090d1ee504be5740dc521c
tree3fc7d23758044ea89687e366a20e412f475c7055
parent38bfab1a01c66cb1a5001dc702b0856b2f942fd5
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 <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cmd.c