]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HE: Fix he_bss_color documentation
authorJouni Malinen <jouni@codeaurora.org>
Thu, 25 Apr 2019 21:12:53 +0000 (00:12 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 25 Apr 2019 21:12:53 +0000 (00:12 +0300)
This field needs to be set to a value within 1-63 range, i.e., 0 is not
a valid value and does not indicate that BSS color is disabled. B7 of
the BSS Color octet is used to indicate that the BSS Color is
_temporarily_ disabled, but that is something that would happen
automatically based on detecting a collision in the used BSS colors and
not something that would be configured.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/hostapd.conf

index 2087b523378fb0c5a63ae559042ceb60960514c7..6dd4d0788022b6b4b023866051f0ad54687cb0fb 100644 (file)
@@ -782,10 +782,8 @@ wmm_ac_vo_acm=0
 # 1 = supported
 #he_mu_beamformer=1
 
-# he_bss_color: BSS color
-# 0 = no BSS color (default)
-# unsigned integer = BSS color
-#he_bss_color=0
+# he_bss_color: BSS color (1-63)
+#he_bss_color=1
 
 #he_default_pe_duration: The duration of PE field in an HE PPDU in us
 # Possible values are 0 us (default), 4 us, 8 us, 12 us, and 16 us