Skip to content

Commit 2595d25

Browse files
sara-sjmberg-intel
authored andcommitted
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 <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent d98937f commit 2595d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/mac80211/sta_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta)
12641264
sta_info_recalc_tim(sta);
12651265

12661266
ps_dbg(sdata,
1267-
"STA %pM aid %d sending %d filtered/%d PS frames since STA not sleeping anymore\n",
1267+
"STA %pM aid %d sending %d filtered/%d PS frames since STA woke up\n",
12681268
sta->sta.addr, sta->sta.aid, filtered, buffered);
12691269

12701270
ieee80211_check_fast_xmit(sta);

0 commit comments

Comments
 (0)