Re: make iwm show MCS rates in tcpdump

2016-12-08 Thread Stefan Sperling
On Thu, Nov 17, 2016 at 02:58:21PM +0100, Stefan Sperling wrote: > This change allows iwm(4) users to see which rates they're sending and > receiving packets at (kinda useful for debugging rate scaling issues). This is a follow-up fix to the diff quoted below (since committed). Don't strip bits w

make iwm show MCS rates in tcpdump

2016-11-17 Thread Stefan Sperling
This change allows iwm(4) users to see which rates they're sending and receiving packets at (kinda useful for debugging rate scaling issues). To see rates in tcpdump you need to use -y and -v options. For example: tcpdump -i iwm0 -y IEEE802_11_RADIO -v type data Writing to a pcap file and then lo