diff options
author | Sara Sharon <sara.sharon@intel.com> | 2017-02-20 08:24:39 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-02-27 08:09:26 -0500 |
commit | 2595d259b667114431501bae51b45d6656b987d1 (patch) | |
tree | c6dd679f0fd248c064d4dcd61c2d5e9ea9329d3f /net | |
parent | d98937f4ea713d21e0fcc345919f86c877dd8d6f (diff) |
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')
-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) | |||
1264 | sta_info_recalc_tim(sta); | 1264 | sta_info_recalc_tim(sta); |
1265 | 1265 | ||
1266 | ps_dbg(sdata, | 1266 | 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", |
1268 | sta->sta.addr, sta->sta.aid, filtered, buffered); | 1268 | sta->sta.addr, sta->sta.aid, filtered, buffered); |
1269 | 1269 | ||
1270 | ieee80211_check_fast_xmit(sta); | 1270 | ieee80211_check_fast_xmit(sta); |