Fix typo in ioctl_cfg80211.c

This commit is contained in:
erintera 2022-05-31 22:56:25 +02:00 committed by GitHub
parent 6c2ca754ec
commit 331d1df399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,7 +456,7 @@ u8 rtw_cfg80211_ch_switch_notify(_adapter *adapter, u8 ch, u8 bw, u8 offset,
if (started) { if (started) {
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0) || defined(RHEL8)) #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, * A new parameter, bool quiet, is added from Linux kernel v5.11,
* to see if block-tx was requested by the AP. since currently, * 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() * the API is used for station before connected in rtw_chk_start_clnt_join()