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

Commit b061ede8 authored by Tushnim Bhattacharyya's avatar Tushnim Bhattacharyya Committed by Madan Koyyalamudi
Browse files

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
parent a2198892
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \