RinCat / RTL88x2BU-Linux-Driver

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

Monitor mode support #2

Open xavier83 opened 5 years ago

xavier83 commented 5 years ago

Does this driver have monitor mode fixes for the issue described at https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/issues/9# ?

RinCat commented 5 years ago

I don't think it is fixed. This one is the original driver with some kernel compatibility patches.

arkhub commented 4 years ago

sorry to ressurect old issues, is there currently driver which support monitor mode?

RinCat commented 4 years ago

Not yet.

RinCat commented 3 years ago

You guys can give it a try.

j4munoz commented 3 years ago

I can confirm that Monitor mode is working on RTL8812BU chipset. Injection isn't, but I already forked and managed to make it work for injection too. I'll create a PR.

xavier83 commented 3 years ago

Does https://github.com/RinCat/RTL88x2BU-Linux-Driver/pull/51 close this issue @j4munoz @RinCat ?

j4munoz commented 3 years ago

Hi @xavier83 , my PR did not modify the monitor mode behavior, when I tried monitor mode on the RTL8812BU it was working fine, nothing to do there. Injection was only working for frames smaller than a particular number of bytes. Now it should work for any frame length. I don't know if monitor mode is working also in other chipset models sorry.