Files
linux/drivers/net/wireless/iwlwifi/dvm
Emmanuel Grumbach d19573e849 iwlwifi: dvm: fix WoWLAN
commit a1cdb1c59c upstream.

My commit below introduced a mutex in the transport to
prevent concurrent operations. To do so, it added a flag
(is_down) to make sure the transport is in the right state.
This uncoverred an bug that didn't cause any harm until
now: iwldvm calls stop_device and then starts the firmware
without calling start_hw in between. While this flow is
fine from the device configuration point of view (register,
etc...), it is now forbidden by the new is_down flag.
This led to this error to appear:
iwlwifi 0000:05:00.0: Can't start_fw since the HW hasn't been started
and the suspend would fail.

This fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=109591

Reported-by: Bogdan Bogush <bogdan.s.bogush@gmail.com>
Fixes=fa9f3281cbb1 ("iwlwifi: pcie: lock start_hw / start_fw / stop_device")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-03 15:07:32 -08:00
..
2014-05-13 13:52:19 +03:00
2013-12-31 19:03:53 +02:00
2014-05-13 13:52:19 +03:00
2014-05-06 20:40:05 +03:00
2016-03-03 15:07:32 -08:00
2014-05-06 20:40:05 +03:00
2013-12-31 19:03:53 +02:00
2014-12-28 20:00:22 +02:00
2013-12-31 19:03:53 +02:00