Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 138f10e3 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

wifi: Allow dual-band support



Change-Id: I90e421efca783080261789378ef6054ac394c1e2
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 9532677a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2149,14 +2149,6 @@ public class WifiStateMachine extends HierarchicalStateMachine {

            /* Initialize channel count */
            setNumAllowedChannels();
            /*
             * STOPSHIP
             * TODO: We are having 11A issues that Broadcom is looking
             * to resolve, this is a temporary fix to allow only 11B/G
             * and help improve GoogleGuest connectivity
             * We also need to add the UI for band control
             */
            WifiNative.setBandCommand(BAND_2G);

            if (mIsScanMode) {
                WifiNative.setScanResultHandlingCommand(SCAN_ONLY_MODE);