[Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-18 Thread Belgin ?tirbu
With this patch, if the nonfree firmware is found, the internal WiFi is used, otherwise the WiFi state machine tries to use the external WiFi adapter. --- .../com/android/server/wifi/WifiStateMachine.java | 103 ++--- 1 file changed, 67 insertions(+), 36 deletions(-) diff --git

Re: [Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-12 Thread Denis 'GNUtoo' Carikli
On Sat, 12 Oct 2019 05:02:22 + Belgin ?tirbu wrote: > With this patch, if the nonfree firmware is found, the internal WiFi > is used, otherwise the WiFi state machine tries to use the external > WiFi adapter. Sorry, I forgot to do the research for the bluetooth coexistance, so I did it now.

Re: [Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-12 Thread Joonas Kylmälä
Hi, I'm a bit worried about removing the code about multicast packet filtering. Would this have some sort of effect on the firewall configuration? You also dropped the signed-off-by line and the description why bluetooth and the packet filter needs to be removed, please add those back for v3.

[Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-11 Thread Belgin ?tirbu
With this patch, if the nonfree firmware is found, the internal WiFi is used, otherwise the WiFi state machine tries to use the external WiFi adapter. --- .../com/android/server/wifi/WifiStateMachine.java | 103 ++--- 1 file changed, 67 insertions(+), 36 deletions(-) diff --git