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

Does not compile on Linux raspberrypi 5.15.32-v7l+ // net/ipx.h is flagged as not found #19

Open
dirbasti opened this issue Jul 26, 2022 · 1 comment

Comments

@dirbasti
Copy link

###Does not compile on Linux raspberrypi 5.15.32-v7l+ // net/ipx.h is flagged as not found

Error message:
./include/net/inet_connection_sock.h: In function ‘inet_csk_reqsk_queue_is_full’:
./include/net/inet_connection_sock.h:282:38: warning: comparison of integer expressions of different signedness: ‘int’ and ‘u32’ {aka ‘const unsigned int’} [-Wsign-compare]
282 | return inet_csk_reqsk_queue_len(sk) >= sk->sk_max_ack_backlog;
| ^~
/home/user/RTL8812BU_for_Raspbian/core/rtw_br_ext.c: At top level:
/home/user/RTL8812BU_for_Raspbian/core/rtw_br_ext.c:20:11: fatal error: net/ipx.h: Datei oder Verzeichnis nicht gefunden
20 | #include <net/ipx.h>

Kernel used:
Linux raspberrypi 5.15.32-v7l+ #1538 SMP Thu Mar 31 19:39:41 BST 2022 armv7l GNU/Linux

branch 5.6.1 and 5.8.7 were tested, please advice.

@dheeraj-rn
Copy link

Check if #14 works or not. You may want to get the code from here.

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