mareksuscak / asus-pce-n53-linux

🤖 Asus PCE-N53 Linux Driver for Kernel versions 3.x, 4.x and 5.x
Other
30 stars 17 forks source link

Driver does not compile with Kernel 5.19 anymore #16

Closed Guite closed 1 year ago

Guite commented 2 years ago

There are several changes required because pci_ methods are not available anymore.

See example for such a patch

I tried to apply it but at the end make install failed with Killed. unfortunately. Not really skilled in the C details though, so I am not able to provide a solid PR.