From: Arowa Suliman Date: Mon, 17 Jan 2022 05:09:55 +0000 (-0800) Subject: wpa_supplicant: ap: Update comment X-Git-Tag: hostap_2_11~2293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffe80cb8e6e6b458354d315cf7154794184a2411;p=thirdparty%2Fhostap.git 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 --- 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). */