> On Tue, Oct 16, 2018 at 11:23:26PM +0200, Lorenzo Bianconi wrote: > > Enable/disable pre_tbtt_tasklet in mt76x0 driver in order > > to add AP support > > Is there some USB limitation that disallow tho do this for USB > as well? Or perhaps this is easer for now do this for PCI devices > and add AP support for USB later? But perhaps, since you adding > support for AP you could do this for both buses. AFAIK usb devices do not have TBTT interrupts so I think we can use a timer to load beacon frames into the device. Anyway I guess pre_tbtt_tasklet tasklet is something mmio specific. Regards, Lorenzo > > Thanks > Stanislaw