diff options
author | Sara Sharon <sara.sharon@intel.com> | 2017-02-20 14:24:39 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-02-27 14:09:26 +0100 |
commit | 2595d259b667114431501bae51b45d6656b987d1 (patch) | |
tree | c6dd679f0fd248c064d4dcd61c2d5e9ea9329d3f /net/mac80211 | |
parent | d98937f4ea713d21e0fcc345919f86c877dd8d6f (diff) | |
download | linux-2595d259b667114431501bae51b45d6656b987d1.tar.gz linux-2595d259b667114431501bae51b45d6656b987d1.tar.bz2 linux-2595d259b667114431501bae51b45d6656b987d1.zip |
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 <sara.sharon@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |