Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error with linux519: incompatible-pointer-types #190

Open
oberon-manjaro opened this issue Aug 18, 2022 · 2 comments
Open

compile error with linux519: incompatible-pointer-types #190

oberon-manjaro opened this issue Aug 18, 2022 · 2 comments

Comments

@oberon-manjaro
Copy link

src/rtl8723bu-ff22a9fc36595db4c66b7bdc3f7646d70a978a45/os_dep/ioctl_cfg80211.c:5905:20: error: initialization of ‘int (*)(struct wiphy *, struct net_device *, unsigned int)’ from incompatible pointer type ‘int (*)(struct wiphy *, struct net_device *)’ [-Werror=incompatible-pointer-types]
 5905 |         .stop_ap = cfg80211_rtw_stop_ap,
      |                    ^~~~~~~~~~~~~~~~~~~~
/home/bernhard/manjaro/extra/linux519-extramodules/rtl8723bu/src/rtl8723bu-ff22a9fc36595db4c66b7bdc3f7646d70a978a45/os_dep/ioctl_cfg80211.c:5905:20: note: (near initialization for ‘rtw_cfg80211_ops.stop_ap’)

full build log attached
rtl8723bu-202208171911.log

@oberon-manjaro
Copy link
Author

This issue starts with kernel 5.19.2 - compiling with 5.19.1 was still fine

@dini
Copy link
Contributor

dini commented Aug 18, 2022

fix in #191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants