From: Sara Sharon Date: Mon, 20 Feb 2017 13:24:39 +0000 (+0100) Subject: mac80211: shorten debug message X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~8261^2~30^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2595d259b667114431501bae51b45d6656b987d1;p=mirror_ubuntu-focal-kernel.git mac80211: shorten debug message Tracing is limited to 100 characters and this message passes the limit when there are a few buffered frames. Shorten it. Signed-off-by: Sara Sharon Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 8bb99d299cda..3323a2fb289b 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -1264,7 +1264,7 @@ void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta) sta_info_recalc_tim(sta); ps_dbg(sdata, - "STA %pM aid %d sending %d filtered/%d PS frames since STA not sleeping anymore\n", + "STA %pM aid %d sending %d filtered/%d PS frames since STA woke up\n", sta->sta.addr, sta->sta.aid, filtered, buffered); ieee80211_check_fast_xmit(sta);