morrownr / 8821au-20210708

Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Other
671 stars 101 forks source link

changes for kernel v6.7 #114

Closed 5kft closed 10 months ago

5kft commented 10 months ago

Hi Nick, I finally got a chance to make a PR for this. Tested on v6.7-rc3 on arm64. I also tested your 8821cu changes for v6.7 and they compile and work fine as well. Thanks!

5kft commented 10 months ago

It seems like something is broken in the CI checking process (?). Not sure what the problem is but the actual code changes for v6.7 work...

morrownr commented 10 months ago

@5kft

Thanks for the PR. I need to look at the CI. I'm not so fond of it... as it really only seems to cause me more work instead of less.

I need to go fight with the patch for 8814au. That driver is always a pain in the backside. I think it took nearly 2 weeks for me to do the patch for 5.10 on that driver. It was a situation where I had to rewrite an entire section of code to make it work.

@morrownr

5kft commented 10 months ago

Ugh...not fun! It is interesting/frustrating that all of these drivers seem similar in so many ways (structure, files, etc.) but different enough that they aren't compatible...