forked from donahue95/rtl8192eu-linux-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
https://github.com/Mange/rtl8192eu-linux-driver updated for kernel-4
a342191555/rtl8192eu-linux-driver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile errors eliminated for kernels 4.3-rc6 (and 4.2.4). Corrected?? /data/rtl892eu-4.x/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be #define seqdump seq_printf ^ /data/rtl892eu-4.x/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’ if(_seqdump(sel, fmt, ##arg)) /rtw_warn_on(1)/; \ ^ seq_printf returns void, if statement can't handle void, I eliminated if and a set of parens. Correct?? Don't know. Does driver work? Don't know, don't have an rtl8192eu dongle. Please speak up if you know.
About
https://github.com/Mange/rtl8192eu-linux-driver updated for kernel-4
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 96.7%
- Objective-C 1.6%
- C++ 1.3%
- Other 0.4%