From: Jouni Malinen Date: Wed, 31 Aug 2022 14:14:32 +0000 (+0300) Subject: P2P: Fix a typo in a comment about removing 6 GHz channels X-Git-Tag: hostap_2_11~1753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723eb4f389b44be2f8e632ed9f10f406380c4f63;p=thirdparty%2Fhostap.git 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 --- 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");