> On Fri, Jul 18, 2014 at 9:26 PM, Simon Wunderlich <sw@xxxxxxxxxxxxxxxxxx> wrote: > > Adds the spectral scan feature for ath10k. The spectral scan is triggered > > by configuring a mode through a debugfs control file. Samples can be > > gathered via another relay debugfs file. > > > > Essentially, to try it out: > > > > ip link dev wlan0 set up > > It should be "ip link set dev wlan0 up", right? Whoops, yeah, that's right, I'll change that in the next iteration. > > I have tried to capture the samples on ath10k and open it using fft_eval. > > But found the following errors in my samples "invalid bin length 63". > > I will send the samples in separate email. Thanks for the output! Could it be that you are using the old RFC patch with the new fft-eval? I've added another byte (max_exp), so the header became longer. Please try again with the latest patch (from this thread), if that is the case. Otherwise we have to find out whats wrong ... The sample_len as used in fft_eval (tlv-header + data) should be 93 with that version. Thanks! Simon -- 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