]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Remove forgotten development time debug print
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Thu, 19 Jun 2025 19:55:33 +0000 (22:55 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 19 Jun 2025 20:33:50 +0000 (23:33 +0300)
Fixes: 7a1893fd3aa8 ("MLD: Handle link reconfiguration updates from the driver")
Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/drivers/driver_nl80211_event.c

index b331d92d06dae8ee340bd86eeaba59b09546f952..91d3fd41a256260d2989fe281a86e0fee306cbf8 100644 (file)
@@ -1713,7 +1713,6 @@ static void mlme_event_link_addition(struct wpa_driver_nl80211_data *drv,
                           "Link Reconfiguration Response frame is NULL - unspecified reason");
                return;
        }
-       wpa_hexdump(MSG_DEBUG, "JKM", frame, len);
        end = frame + len;
 
        os_memset(&event, 0, sizeof(event));