]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: mld: fix NAN DW end notification handler
authorDaniel Gabay <daniel.gabay@intel.com>
Tue, 12 May 2026 19:34:33 +0000 (22:34 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:11 +0000 (15:17 +0300)
Use IWL_DEBUG_INFO instead of IWL_INFO for logging the DW end
notification, as this is a recurring event during NAN operation
and should not spam the kernel log.

Also fix a coding style issue - missing space after 'if'.

Signed-off-by: Daniel Gabay <daniel.gabay@intel.com>
Link: https://patch.msgid.link/20260512222731.0fd880fb80f9.Iacd459d0e2df28444bb6ccf8730e2f50440e6e32@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/nan.c

index cb7a3e01adb4f4ea24e78aa9015224aed4f68932..264ea7a9a896b997665748bc4353876786acd066 100644 (file)
@@ -269,7 +269,7 @@ void iwl_mld_handle_nan_dw_end_notif(struct iwl_mld *mld,
        struct wireless_dev *wdev;
        struct ieee80211_channel *chan;
 
-       IWL_INFO(mld, "NAN: DW end: band=%u\n", notif->band);
+       IWL_DEBUG_INFO(mld, "NAN: DW end: band=%u\n", notif->band);
 
        if (IWL_FW_CHECK(mld, !mld_vif, "NAN: DW end without mld_vif\n"))
                return;