From e097302ebd2497f22a907f989ddbc8940a5ba955 Mon Sep 17 00:00:00 2001
From: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: Tue, 25 Mar 2025 09:20:38 +0100
Subject: [PATCH] update README-STA-steering.md

---
 src/README-STA-steering.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/README-STA-steering.md b/src/README-STA-steering.md
index 9e43ccb6..bbe403c7 100644
--- a/src/README-STA-steering.md
+++ b/src/README-STA-steering.md
@@ -2,7 +2,7 @@
 ## STA steer policy configuration parameters according to EasyMesh standard ##
 ````
 config sta_steering
-	option enable_sta_steer '1'
+    option enable_sta_steer '1'
     option rcpi_threshold_2g '75'
     option rcpi_threshold_5g '85'
     option rcpi_threshold_6g '85'
@@ -14,22 +14,21 @@ config sta_steering
     option plugins_enabled '1'
     option plugins_policy 'any'     # 'any' or 'all'. default = 'any'
     list plugins 'rcpi'
-    list plugins 'rate'
+    list plugins 'rate'             # TBD
 ````
 
 ## Plugin 'rcpi' specific config section ##
 
 ````
 config sta-steer 'rcpi'
-	option enabled '1'
+    option enabled '1'
     option diffsnr '8'
     option bandsteer '0'
-    option use_bcn_metrics '1'
-    option use_usta_metrics '1'
-	option steer_retry_int '30'
+    option use_bcn_metrics '1'            # currently no effect. Always used.
+    option use_usta_metrics '1'           # currently no effect. Always used.
     option steer_int '180'
-    option steer_disable_int '600'
-
+    option steer_retry_int '30'           # deprecated. Not used anymore.
+    option steer_disabled_int '30'        # deprecated. Not used anymore.
     :
     .
     option max_steer_attempt '-1'   # default = -1 (unlimited)
@@ -39,8 +38,8 @@ config sta-steer 'rcpi'
 
 ````
 config sta-steer 'rate'
-	option enabled '1'
-	option threshold '40'
+    option enabled '1'
+    option threshold '40'
     option margin '10'
     option boost '20'
     :
-- 
GitLab