From ffe80cb8e6e6b458354d315cf7154794184a2411 Mon Sep 17 00:00:00 2001 From: Arowa Suliman Date: Sun, 16 Jan 2022 21:09:55 -0800 Subject: [PATCH] wpa_supplicant: ap: Update comment Update the comment to use the word "include" instead of the oppressive term "white-list". Signed-off-by: Arowa Suliman --- wpa_supplicant/ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */