K 10 svn:author V 6 adrian K 8 svn:date V 27 2012-06-19T23:45:17.512861Z K 7 svn:log V 839 Add some locally written code to tinker with radar frame capture and decoding from userland. * lib/libradarpkt/ has some bits that I've written to decode the PHY error frame format, for AR5416 and post-AR5416. The AR9280 code is just as applicable for AR9130/AR9160. * src/pktlog will read either a radiotap interface or a capture file and dump phy errors out at you. It includes a BPF filter which limits the amount of stuff that gets pushed to userland. It doesn't output anything by default; you'll have to enable debug printing for that to happen. check the source. The code relies on the patch at http://wiki.freebsd.org/ath(4)/RadarFFT. There's hard-coded -I references to my home-directory, sorry. You should replace that with the path to your kernel tree which has the ath(4) radiotap vendor extension patch. END