]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
mac80211: shorten debug message
authorSara Sharon <sara.sharon@intel.com>
Mon, 20 Feb 2017 13:24:39 +0000 (14:24 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 Feb 2017 13:09:26 +0000 (14:09 +0100)
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 <sara.sharon@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c

index 8bb99d299cdaa9a4bd6e683052534e3638ad0f2c..3323a2fb289bd035a1280043bd3d64c2509cb9e2 100644 (file)
@@ -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);