Browse Source

qcacld-3.0: Set default value for bss_color_collision_det_sta to 1

For STAUT to follow the rules governing OBSS Narrow Bandwidth RU in
UL OFDMA Tolerance Support, bss_color_collision_det_sta to be set
to 1.

Change-Id: Ibe283f8bec9febbaf9a876d1afd55389ea4c971d
CRs-Fixed: 3053624
Tushnim Bhattacharyya 3 years ago
parent
commit
f71379600b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_obss_ht40.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_obss_ht40.h

@@ -248,7 +248,7 @@
  * bss_color_collision_det_sta - Enables BSS color collision detection in STA
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini used to enable or disable the BSS color collision detection in
  * STA mode if obss_color_collision_offload is enabled.
@@ -261,7 +261,7 @@
  */
 #define CFG_BSS_CLR_COLLISION_DETCN_STA CFG_INI_BOOL( \
 		"bss_color_collision_det_sta", \
-		0, \
+		1, \
 		"BSS color collision detection in STA")
 
 #define CFG_OBSS_HT40_ALL \