]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Add link ID to the queue parameters configuration print
authorIlan Peer <ilan.peer@intel.com>
Thu, 21 Dec 2023 08:44:53 +0000 (10:44 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2023 13:40:46 +0000 (15:40 +0200)
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/drivers/driver_nl80211.c

index 0f4259c1c275ed40ac6fdf061c8bb741bae17266..460cf9235bed04dfea1e990c07096463c3d79a75 100644 (file)
@@ -8131,8 +8131,8 @@ static int i802_set_tx_queue_params(void *priv, int queue, int aifs,
 
        res = send_and_recv_cmd(drv, msg);
        wpa_printf(MSG_DEBUG,
-                  "nl80211: TX queue param set: queue=%d aifs=%d cw_min=%d cw_max=%d burst_time=%d --> res=%d",
-                  queue, aifs, cw_min, cw_max, burst_time, res);
+                  "nl80211: link=%d: TX queue param set: queue=%d aifs=%d cw_min=%d cw_max=%d burst_time=%d --> res=%d",
+                  link_id, queue, aifs, cw_min, cw_max, burst_time, res);
        if (res == 0)
                return 0;
        msg = NULL;