diff options
author | Andrei Otcheretianski <andrei.otcheretianski@intel.com> | 2019-04-10 15:31:28 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-04-29 18:42:46 +0300 |
commit | 11af74ad1d29bc853b1bb10a7b61a1f790acb0f7 (patch) | |
tree | 182e4cdeffaf0c460d2b8435425939da25cfb123 /sound/atmel | |
parent | fd986b0b7a723cb381c35e35163003611de6f2da (diff) |
iwlwifi: mvm: Don't sleep in RX path
Don't use cancel_delayed_work_sync() inside the channel switch
notifications as they are handled synchronously as part of the RX path.
Fix that by replacing it with cancel_delayed_work(). This should be safe
as we don't really care whether the work is already started and in such
case we would disconnect anyway.
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'sound/atmel')
0 files changed, 0 insertions, 0 deletions