Hey guys, i just got a kernel patch that speeds up USB dongles running the mt76 driver acked for the next PR period. The USB driver used to hand RX frames up without a NAPI, so it never got GRO and ran single-threaded which capped its speed ~380mbps while the PCIe path flew. I ended up moving the USB RX queue to a threaded NAPI which allowed it to...