gat3way
gat3way
I don't think that's quite possible...one is produced by automake, the other is produced by the amd-compiler (which has nothing to do with what automake does)
Well it's my mistake, I did not explain it well. Definitely, kernel compilation can be made more verbose. But it cannot follow the same output as the one produced by...
Could you check if the verbosity is OK for you with the latest commit?
I see. Well, I think I have a different problem here. With introduction of parallel jobs (-jX) output gets really mixed and more verbosity would not help significantly. You can...
Deauth is not being sent, instead deassotiation frames are sent as in practice it turned out that it works much more reliably against different devices.
P.S didn't read carefully, yes, rtl8192card extends usbsource and overrides the senddeauth.
Quite probably a copypaste. Feel free to remove them and submit a pull request, alternatively I would do that when I have time (unfortunately I don't have quite a lot...
Investigating...
You can increase the maximum pollretries in rtl8192card.java in rtl8192_power_init() from 100 to like 1000 as 100 ms might not be enough for proper hardware initialization (although I've never seen...
Ah since its the third poll, should be from 200 to like 2000.