Merge pull request #53 from erintera/patch-1

Fix typo in ioctl_cfg80211.c
This commit is contained in:
Nick 2022-06-02 21:58:32 -05:00 committed by GitHub
commit a1302581ff
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()