]> Git Repo - linux.git/commit - net/mac80211/ibss.c
mac80211: shorten the IBSS debug messages
authorEmmanuel Grumbach <[email protected]>
Fri, 31 Aug 2018 08:31:13 +0000 (11:31 +0300)
committerJohannes Berg <[email protected]>
Mon, 3 Sep 2018 08:41:27 +0000 (10:41 +0200)
commitc6e57b3896fc76299913b8cfd82d853bee8a2c84
treefc2c588f1161ce35a6e661e5a7122142eb3c9b8b
parent6c18b27d6e5c6a7206364eae2b47bc8d8b2fa68f
mac80211: shorten the IBSS debug messages

When tracing is enabled, all the debug messages are recorded and must
not exceed MAX_MSG_LEN (100) columns. Longer debug messages grant the
user with:

WARNING: CPU: 3 PID: 32642 at /tmp/wifi-core-20180806094828/src/iwlwifi-stack-dev/net/mac80211/./trace_msg.h:32 trace_event_raw_event_mac80211_msg_event+0xab/0xc0 [mac80211]
Workqueue: phy1 ieee80211_iface_work [mac80211]
 RIP: 0010:trace_event_raw_event_mac80211_msg_event+0xab/0xc0 [mac80211]
 Call Trace:
  __sdata_dbg+0xbd/0x120 [mac80211]
  ieee80211_ibss_rx_queued_mgmt+0x15f/0x510 [mac80211]
  ieee80211_iface_work+0x21d/0x320 [mac80211]

Signed-off-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
net/mac80211/ibss.c
This page took 0.048038 seconds and 4 git commands to generate.