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
This commit is contained in:
Tushnim Bhattacharyya
2021-10-11 14:07:44 -07:00
committed by Madan Koyyalamudi
parent d0562f63ad
commit f71379600b

View File

@@ -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 \