This series adds some tracepoints for reset and tx/rx, with an eye toward replacing some of the debug printks we have today. Stolen form iwlwifi is the idea of logging entire packets so we can generate pcap files from the traces, via something like: $ mkdir -p ~/.trace-cmd/plugins $ cd ~/.trace-cmd/plugins $ wget 'http://bobcopeland.com/srcs/ath5k_trace.py' $ trace-cmd record -e mac80211 -e ath5k sleep 500 $ trace-cmd report | less $ wireshark /tmp/pcap.out I quite like the result, but I'd be interested to hear others' opinions on the approach. Right now I think these tracepoints will be useful in seeing causes of excessive resets, and debugging queue hangs. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html