From 331d1df3992f6c4eeb55b3ddd0fd038626c6112c Mon Sep 17 00:00:00 2001 From: erintera <101320006+erintera@users.noreply.github.com> Date: Tue, 31 May 2022 22:56:25 +0200 Subject: [PATCH] Fix typo in ioctl_cfg80211.c --- os_dep/linux/ioctl_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index 4457a2a..39faaf8 100644 --- a/os_dep/linux/ioctl_cfg80211.c +++ b/os_dep/linux/ioctl_cfg80211.c @@ -456,7 +456,7 @@ u8 rtw_cfg80211_ch_switch_notify(_adapter *adapter, u8 ch, u8 bw, u8 offset, if (started) { #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0) || defined(RHEL8)) - /* --- cfg80211_ch_switch_started_notfiy() --- + /* --- cfg80211_ch_switch_started_notify() --- * A new parameter, bool quiet, is added from Linux kernel v5.11, * to see if block-tx was requested by the AP. since currently, * the API is used for station before connected in rtw_chk_start_clnt_join()