wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 3 Jul 2024 03:43:16 +0000 (06:43 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jul 2024 14:05:07 +0000 (16:05 +0200)
commite715c9302b1c6fae990b9898a80fac855549d1f0
treebc720cbf664c62151d065c5f59f2dabcf5cdf7b4
parent4ec17ce716bdaf680288ce680b4621b52483cc96
wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL

Since we now want to sync the queues even when we're in RFKILL, we
shouldn't wake up the wait queue since we still expect to get all the
notifications from the firmware.

Fixes: 4d08c0b3357c ("wifi: iwlwifi: mvm: handle BA session teardown in RF-kill")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240703064027.be7a9dbeacde.I5586cb3ca8d6e44f79d819a48a0c22351ff720c9@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/ops.c