Searched hist:"0 b8802dc5f59a4517e4130dc3606eb973760928a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | main.c | diff 0b8802dc5f59a4517e4130dc3606eb973760928a Sat Jan 30 11:01:55 CST 2016 Andreas Kemnade <andreas@kemnade.info> libertas: fix ps-mode related removal problems
When the device is remove e.g. because of going to suspend mode with powersaving enabled, lbs_remove_card tries to exit powersaving state even when already woken up. That command is not processed properly in that situation, since the command processing queue is already stopped, so it waits forever for the command being processed, so disable it.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|