Linux 5.8 compat: remove duplicate management

This commit is contained in:
Rin Cat 2020-07-22 16:10:58 -04:00
parent 752175b1be
commit 19f60c2133
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -9935,7 +9935,6 @@ static struct cfg80211_ops rtw_cfg80211_ops = {
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)) || defined(COMPAT_KERNEL_RELEASE)
.mgmt_tx = cfg80211_rtw_mgmt_tx,
.mgmt_frame_register = cfg80211_rtw_mgmt_frame_register,
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 34) && LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35))
.action = cfg80211_rtw_mgmt_tx,
#endif