Diederik de Haas
Diederik de Haas
> Do you recommend I try with the proposed changes (in the pull request)? Yes. Here's a simplified procedure to accomplish that: 1. Fork my repo, so it becomes available...
> is there a capability to output debug information from the driver Yes, see/revert this commit: https://github.com/diederikdehaas/rtl8812AU/commit/49f88fb0ec13949c78a7ec56dfe0862e3d2e948b
Just a quick msg from my side: I hope to be able to look into this and @uminokoe's PR next week, but the week thereafter is more likely. But I...
> Example iw version 4.7 output of VHT capabilities after modifications to os_intfs.c I tried `iw list` ([iw version = 3.17](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816457)) and didn't see those VHT capabilities. Therefor: 1. If...
It looks like Realtek uses much of the same code across chipsets and only uses the parts which are set by conditionals. It is very likely that you'd need a...
@weedy **for testing purposes only** you could try https://github.com/diederikdehaas/rtl8812AU/tree/driver-4.3.20-add-vht-capabilities-wip which is the original 4.3.20 driver to which I added the patches to work up to kernel 4.8. > Can we...
I can reopen this issue, but I don't see the need for it. I just did a quick test by adding the rtl8814au folders into this driver's tree and enabled...
> I _guess_ 4.3.21 is similar to 4.3.22-beta What is that _guess_ based on? I've spend way more time that I'd have liked trying to do a 3-way compare on...
The above reply may have come across more hostile then I intended; sorry about that. But I do like to know what your reasons are/were for thinking that 4.3.21 and...
> I found that version 4.3.20's implementation of 802.11ac seemed to be inferior to 4.3.22-beta, and I assumed that this might be why the VHT capabilities could not be added....