From 723eb4f389b44be2f8e632ed9f10f406380c4f63 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 31 Aug 2022 17:14:32 +0300 Subject: [PATCH] P2P: Fix a typo in a comment about removing 6 GHz channels This was supposed to be talking about excluding 6 GHz channels, not 5 GHz. Signed-off-by: Jouni Malinen --- wpa_supplicant/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/scan.c b/wpa_supplicant/scan.c index c252b6c59..a933e01b6 100644 --- a/wpa_supplicant/scan.c +++ b/wpa_supplicant/scan.c @@ -1373,7 +1373,7 @@ scan: is_6ghz_supported(wpa_s)) { int i; - /* Exclude 5 GHz channels from the full scan for P2P connection + /* Exclude 6 GHz channels from the full scan for P2P connection * since the 6 GHz band is disabled for P2P uses. */ wpa_printf(MSG_DEBUG, "P2P: 6 GHz disabled - update the scan frequency list"); -- 2.47.2