K 10 svn:author V 6 adrian K 8 svn:date V 27 2013-01-08T21:42:30.832995Z K 7 svn:log V 610 Biiig fft eval commit: * Hard-code the fft source to an AR9280 on wlan0 for now, sorry! * Change the pcap code to be: + a data source; + that runs in a thread; + and calls a cb on each radar entry decoded; * Modify the rendering code to use the fft histogram, rather than a list of frames to render; * Populate the histogram via a cb, with relevant locking; * never wait/delay, always just poll for events. I'm not doing correct locking or conditional wakeups _at all_ in the rendering loop as this is quite honestly a terrible piece of code. But it's good enough to do initial test rendering with. END