diff mbox series

[v4,3/6] wpa_supplicant: ap: Update comment

Message ID 20220117050958.2806403-3-arowa@google.com
State Accepted
Headers show
Series [v4,1/6] wpa_supplicant: src: Remove the word "whitelist" | expand

Commit Message

Arowa Suliman Jan. 17, 2022, 5:09 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).
 			 */