Created attachment 212182 [details] USB Network Adaptor: panic: out of buffers with data_len 4294967292
Adrian, can you have a look at this panic?
dec2hex(4294967292) = 0xFFFFFFFC = -4U
Created attachment 212197 [details] Try this patch Try this patch. Does it affect WLAN usage?
Hm, my guess is that the packet was too short to actually be decrypted. Yeah, try that patch, but ideally we'd be rejecting the too-short packets further up the stack. Can you get a crash dump so we can see how big the packet is from the driver itself? -adrian