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

Driver Build Fails on Kernel 5.15-rc5: Header File net/ipx.h Removed from Kernel Source Tree #183

Open
ejmarkow opened this issue Oct 16, 2021 · 1 comment

Comments

@ejmarkow
Copy link

Header file net/ipx.h was completely removed from the kernel source tree on 2021-08-14 due to the ipx network layer being obsolete, causing the driver build to fail since it was depended on in rtl8723bu/core/rtw_br_ext.c.

I carefully cleaned out all references to ipx in rtw_br_ext.c and the driver now builds fine, and works.

Link to removal of ipx.h in Linux Kernel source tree

Link to my quick & dirty ipx patch for RTL8723BU

@dini
Copy link
Contributor

dini commented Nov 4, 2021

#184

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