You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the rtl8189fs in concurrent mode.
To compile in Concurrent mode, I uncommented this line on include/autoconf.h
Concurrent mode creates 2 interfaces, wlan0, wlan1. However, only wlan1 could connect to an AP. wlan0 fails to connect.
I observed both wlan0 and wlan1 has the same mac address assigned.
Is my approach to compile with Concurrent mode correct?
Any tips are welcome.
Tested on Orange Pi Zero Plus. @CGarces
Thank you.
The text was updated successfully, but these errors were encountered:
I compiled the rtl8189fs in concurrent mode.
To compile in Concurrent mode, I uncommented this line on include/autoconf.h
Concurrent mode creates 2 interfaces, wlan0, wlan1. However, only wlan1 could connect to an AP. wlan0 fails to connect.
I observed both wlan0 and wlan1 has the same mac address assigned.
Is my approach to compile with Concurrent mode correct?
Any tips are welcome.
Tested on Orange Pi Zero Plus.
@CGarces
Thank you.
The text was updated successfully, but these errors were encountered: