On Wed, 2015-12-02 at 19:30 +0000, Adam R. Welle wrote: > > Applied. I added locking and made a change to accept both the off- > > channel and non-offchannel since the internal datapath also does > > that > > and we don't stop other operation for off-channel. > > Does your change only throw away packets when tmp_chan is set? I was > under the impression that most of the time tmp_chan would be null. > Yeah, umm, that expression was wrong. Thanks. It should be if (rx_status.freq != data2->channel->center_freq && (!data2->tmp_chan || rx_status.freq != data2->tmp_chan->center_freq)) { I'll fix it. johannes -- 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