]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DFS: Fix a typo in a debug message
authorJouni Malinen <quic_jouni@quicinc.com>
Fri, 26 Jan 2024 09:42:54 +0000 (11:42 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Jan 2024 09:42:54 +0000 (11:42 +0200)
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/dfs.c

index dbf645d72c3e1376f9c2a1c4331fdd296e9a7dd0..d5bb240ec6bdf1baea6beaa3915b3bc8a9d2a7d7 100644 (file)
@@ -188,7 +188,7 @@ static int dfs_chan_range_available(struct hostapd_hw_modes *mode,
         * If it's not allowed to use the first channel as primary, decline the
         * whole channel range. */
        if (!chan_pri_allowed(first_chan)) {
-               wpa_printf(MSG_DEBUG, "DFS: primary chanenl not allowed");
+               wpa_printf(MSG_DEBUG, "DFS: primary channel not allowed");
                return 0;
        }