From: Ben Greear Indicate that the problem is being fixed. Signed-off-by: Ben Greear --- drivers/net/wireless/intel/iwlwifi/mld/mac80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/mld/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mld/mac80211.c index d44ec81d2ce4..aa4d391ffc00 100644 --- a/drivers/net/wireless/intel/iwlwifi/mld/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mld/mac80211.c @@ -647,7 +647,7 @@ void iwl_mld_mac80211_stop(struct ieee80211_hw *hw, bool suspend) */ for (int i = 0; i < ARRAY_SIZE(mld->scan.uid_status); i++) if (WARN_ONCE(mld->scan.uid_status[i], - "UMAC scan UID %d status was not cleaned (0x%x 0x%x)\n", + "mac80211-stop: UMAC scan UID %d status was not cleaned (0x%x 0x%x), forcing to 0\n", i, mld->scan.uid_status[i], mld->scan.status)) mld->scan.uid_status[i] = 0; } -- 2.42.0