nl80211: Add link ID to the queue parameters configuration print
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
b86936a58a
commit
981e8c1e49
1 changed files with 2 additions and 2 deletions
|
@ -8131,8 +8131,8 @@ static int i802_set_tx_queue_params(void *priv, int queue, int aifs,
|
||||||
|
|
||||||
res = send_and_recv_cmd(drv, msg);
|
res = send_and_recv_cmd(drv, msg);
|
||||||
wpa_printf(MSG_DEBUG,
|
wpa_printf(MSG_DEBUG,
|
||||||
"nl80211: TX queue param set: queue=%d aifs=%d cw_min=%d cw_max=%d burst_time=%d --> res=%d",
|
"nl80211: link=%d: 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);
|
link_id, queue, aifs, cw_min, cw_max, burst_time, res);
|
||||||
if (res == 0)
|
if (res == 0)
|
||||||
return 0;
|
return 0;
|
||||||
msg = NULL;
|
msg = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue