]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Remove extraneous space from send_mlme debug print
authorJouni Malinen <j@w1.fi>
Sun, 15 Mar 2020 15:09:27 +0000 (17:09 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 15 Mar 2020 15:09:27 +0000 (17:09 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c

index 5b312502b89d6557808e9d83df874e515a324ac0..4c686d076e13ee24c58d55c875809330ae4efc8d 100644 (file)
@@ -3758,7 +3758,7 @@ static int wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data,
 
        mgmt = (struct ieee80211_mgmt *) data;
        fc = le_to_host16(mgmt->frame_control);
-       wpa_printf(MSG_DEBUG, "nl80211: send_mlme - da= " MACSTR
+       wpa_printf(MSG_DEBUG, "nl80211: send_mlme - da=" MACSTR
                   " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u no_encrypt=%d fc=0x%x (%s) nlmode=%d",
                   MAC2STR(mgmt->da), noack, freq, no_cck, offchanok, wait_time,
                   no_encrypt, fc, fc2str(fc), drv->nlmode);