From 19f60c2133fd3129b5edf3369a1fee4bdb9541b2 Mon Sep 17 00:00:00 2001 From: Rin Cat Date: Wed, 22 Jul 2020 16:10:58 -0400 Subject: [PATCH] Linux 5.8 compat: remove duplicate management --- os_dep/linux/ioctl_cfg80211.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index aaffa23..b61b9e4 100755 --- a/os_dep/linux/ioctl_cfg80211.c +++ b/os_dep/linux/ioctl_cfg80211.c @@ -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