-
Notifications
You must be signed in to change notification settings - Fork 108
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
Suggestion to remove "RT_TRACE" because it is obsolete and has security problems #159
Comments
Thanks @Ygor6889 ! |
I just ran into a build failure because of this. Not quite sure how to fix it, but I'll try removing all "traces" of RT_TRACE |
Hooray, that worked. I ran the script from scratch, waited until the file rtl8188ee/pwrseqcmd.c existed, removed every call to RT_TRACE from it, and the script continued without issue. Unfortunately my wifi card still stops working intermittently, but that's a separate issue. |
Ran into the same problem and this worked for me too; thanks! |
I suggest the creator of this driver remove everything related to "RT_TRACE" because this line is unnecessary and does nothing except give problems compiling the driver, this line is no longer needed because newer kernels don't need it anymore
The text was updated successfully, but these errors were encountered: