libertas: kill cleanup_cmdnode()
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 15 Dec 2007 07:02:56 +0000 (02:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:33 +0000 (15:07 -0800)
commit5ba2f8a0217cd6116fcbac056b360bb0db045379
tree06370f105a38270dd67387658e0d2ee0e587d2ec
parentecfe9b487c0d3f6b7ad58006888a56f01ae52b58
libertas: kill cleanup_cmdnode()

Move the wakeup into lbs_complete_command(), and leave the other bits
in __lbs_cleanup_and_insert_cmd() which was the only caller now anyway.

There are two remaining direct callers of lbs_cleanup_and_insert_cmd(),
and they are both fine without the wakeup.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cmd.c