diff mbox series

[v3,3/5] wpa_supplicant: ap: Update comment

Message ID 20220113025315.1929288-3-arowa@google.com
State Superseded
Headers show
Series [v3,1/5] wpa_supplicant: src: Remove the word "whitelist" | expand

Commit Message

Arowa Suliman Jan. 13, 2022, 2:53 a.m. UTC
Update the comment to use the word "include" instead of the oppressive
term "white-list".

Signed-off-by: Arowa Suliman <arowa@chromium.org>
---
 wpa_supplicant/ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/wpa_supplicant/ap.c b/wpa_supplicant/ap.c
index 6a0a69e68..37d39e674 100644
--- a/wpa_supplicant/ap.c
+++ b/wpa_supplicant/ap.c
@@ -382,7 +382,7 @@  int wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s,
 					HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET;
 
 			/*
-			 * white-list capabilities that won't cause issues
+			 * include capabilities that won't cause issues
 			 * to connecting stations, while leaving the current
 			 * capabilities intact (currently disabled SMPS).
 			 */