cfg80211_ch_switch_started_notify correct

This commit is contained in:
Rin Cat 2020-12-20 20:16:15 -05:00
parent 2845c56e04
commit ad2d09acba
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -442,8 +442,8 @@ u8 rtw_cfg80211_ch_switch_notify(_adapter *adapter, u8 ch, u8 bw, u8 offset,
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0))
if (started) {
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0))
cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0, true);
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0))
cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0, false);
#else
cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0);
#endif