RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.26k stars 198 forks source link

`set_fs()` will be removed in Linux 5.10 #53

Closed ogasser closed 4 years ago

ogasser commented 4 years ago

As noted by Linus, the set_fs() function will be removed in Linux 5.10. There are several instances in this module where this function is used, namely in:

RinCat commented 4 years ago

Hi, thanks for the report, but I don't have time to fix it yet, maybe this weekend will do.

ogasser commented 4 years ago

Sure, no problem :+1: I just wanted to give you a heads-up. Linux 5.10 is currently in the RC-2 stage and there are a couple of weeks left before it will actually be relased.

RinCat commented 4 years ago

You can have a try. https://github.com/RinCat/RTL88x2BU-Linux-Driver/commit/64d833c13d51e0814a25a21c6fd6bedb23a15b8b

ogasser commented 4 years ago

Latest master branch works for me on Linux 5.10rc5 :+1: