]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Fix a typo in a comment about removing 6 GHz channels
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 31 Aug 2022 14:14:32 +0000 (17:14 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 31 Aug 2022 14:14:58 +0000 (17:14 +0300)
This was supposed to be talking about excluding 6 GHz channels, not 5
GHz.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/scan.c

index c252b6c5912465d554cbf1d5fa7f03c2291e1202..a933e01b628faacf79b6dbd065f135aa7c3f06d8 100644 (file)
@@ -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");