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_wiphy_netns is missing. #90

Closed yananet closed 3 years ago

yananet commented 3 years ago

Hello.

The driver works fine, but set_wiphy_netns is missing.

$ iw list
    Supported commands:
    ...
         * set_wiphy_netns
    ...

I have one rtl8812 Wi-Fi, I could see this with with https://github.com/cilynx/rtl88x2bu, however, in this driver, monitor mode and MIMO are missing...

Can you please let me know how I can enable this?

RinCat commented 3 years ago

NS is not support in the official driver, I need add a patch.

RinCat commented 3 years ago

Try the latest version.

yananet commented 3 years ago

What do you mean by the latest version?

FYI, I also issued this for 8814au as well... https://github.com/morrownr/8814au/issues/23

RinCat commented 3 years ago

git pull or download this driver again and install.

yananet commented 3 years ago

It works! Thank you!