You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also: /usr/src/rtl8812AU/os_dep/linux/ioctl_cfg80211.c:6548:3: error: ?struct cfg80211_ops? has no member named ?mgmt_frame_register?
6548 | .mgmt_frame_register = cfg80211_rtw_mgmt_frame_register,
| ^~~~~~~~~~~~~~~~~~~
I built a patch for the 'rtw_security.h' and 'rtw_security.c' files and they compiled successfully. Having trouble drilling down on the 'ioctl_cfg80211.c' issue. Attached are the two patch files and the make log from the last make error.
I got a little farther with ioctl_cfg80211.c (below).
rtw_proc.c changed in 5.6~5.8... line 80 proc_create_data() went from using file_operations* to proc_ops*. I'm still working on this.
Structure 'sha256_state' changed to 'rtw_sha256_state', causing rtw_security.c compile failure. Also, ioctl_
Also: /usr/src/rtl8812AU/os_dep/linux/ioctl_cfg80211.c:6548:3: error: ?struct cfg80211_ops? has no member named ?mgmt_frame_register?
6548 | .mgmt_frame_register = cfg80211_rtw_mgmt_frame_register,
| ^~~~~~~~~~~~~~~~~~~
I built a patch for the 'rtw_security.h' and 'rtw_security.c' files and they compiled successfully. Having trouble drilling down on the 'ioctl_cfg80211.c' issue. Attached are the two patch files and the make log from the last make error.
rtw_security.c.patch0.txt
make.log.txt
The text was updated successfully, but these errors were encountered: