|
I'm seeing the same issue, and I guess I need to pull down the Armbian source code for this and try to figure out what's going on here.
Just looking at the Linux kernel I don't see any mention of this SPRDWL_TX_QUEUE anywhere, so maybe it's part of the built init daemon? Or maybe it's part of the 'sprdwl_ng' wireless module.
And yes, that's where it's coming from, since I can see that string in the file /usr/lib/modules/5.15.93-sunxi64/kernel/drivers/net/wireless/uwe5622/unisocwifi/sprdwl_ng.ko
And that's it, if I unload the module, then the load drops down nicely. So the problem is somewhere in that module. So now to find the source for the uwe5622 wifi driver and see what it's doing. It's probably busy waiting on a sysfs file or something while waiting for a transmit to come in or something silly like that.
John
|
|