From: Jouni Malinen Date: Fri, 26 Jan 2024 09:42:54 +0000 (+0200) Subject: DFS: Fix a typo in a debug message X-Git-Tag: hostap_2_11~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88fe8fe5dacfb404a10ac4f73abe363e7c6bd3f;p=thirdparty%2Fhostap.git DFS: Fix a typo in a debug message Signed-off-by: Jouni Malinen --- diff --git a/src/ap/dfs.c b/src/ap/dfs.c index dbf645d72..d5bb240ec 100644 --- a/src/ap/dfs.c +++ b/src/ap/dfs.c @@ -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; }