From 9e5ed00c846869dcab0a8152a82f277fffc6cabb Mon Sep 17 00:00:00 2001 From: isaacchiou Date: Tue, 9 Apr 2024 15:59:08 +0000 Subject: [PATCH] wifi: disable FW roaming when in idle mode When device is idle, disable FW roaming (LOW RSSI roam, high band roam) to save power Bug: 321639511 Test: Manual Change-Id: I04eed6e22c9574de00aeea161495ad8fc5da1af9 --- cheetah/rro_overlays/WifiOverlay/res/values/config.xml | 6 ++++++ panther/rro_overlays/WifiOverlay/res/values/config.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml index 20f6bbc..d80000b 100644 --- a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml +++ b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml @@ -173,4 +173,10 @@ If equals to 0, it means there's no limit on the max number of channels to include per network.--> 3 + + true + diff --git a/panther/rro_overlays/WifiOverlay/res/values/config.xml b/panther/rro_overlays/WifiOverlay/res/values/config.xml index 72b3674..23d08d3 100644 --- a/panther/rro_overlays/WifiOverlay/res/values/config.xml +++ b/panther/rro_overlays/WifiOverlay/res/values/config.xml @@ -173,4 +173,10 @@ If equals to 0, it means there's no limit on the max number of channels to include per network.--> 3 + + true +