diff mbox series

[v3,2/5] src: Remove the word "blacklist"

Message ID 20220113025315.1929288-2-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
Replace the word "blacklist" with the inclusive word "denylist"

Signed-off-by: Arowa Suliman <arowa@chromium.org>
---
 src/common/qca-vendor.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 6e2d51fac..3a4306ddb 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -5013,7 +5013,7 @@  enum qca_wlan_vendor_attr_roaming_config_params {
  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS to set the BSSID
  *	preference.
  *
- * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID: Sets the list of BSSIDs
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_DENYLIST_BSSID: Sets the list of BSSIDs
  *	to ignore in roaming decision. Uses
  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS to set the list.
  *
@@ -5414,7 +5414,7 @@  enum qca_wlan_vendor_attr_gscan_results {
 	/* Unsigned 32-bit value; a GSCAN Capabilities attribute.
 	 * This is used to limit the maximum number of BSSIDs while sending
 	 * the vendor command QCA_NL80211_VENDOR_SUBCMD_ROAM with subcmd
-	 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID and attribute
+	 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_DENYLIST_BSSID and attribute
 	 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID.
 	 */
 	QCA_WLAN_VENDOR_ATTR_GSCAN_MAX_NUM_BLACKLISTED_BSSID = 46,