-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix compile errors on 3.x kernels #25
base: master
Are you sure you want to change the base?
Conversation
IEEE80211_KEY_FLAG_SW_MGMT_TX -> IEEE80211_KEY_FLAG_SW_MGMT
I will look at this one this week 👍 |
Ok, thanks) |
btw, which platform you develop for, Android or PC? |
well...i develop for android, but it should work on pc too...btw your android compile instruction doesnt quite work...at least when i tried it it just skipped the realtek folder...maybe because the 3.x kernels doesnt have the realtek folder by default, maybe because of config names does not match in all the driver files(i started porting driver before lazerlord merge so i had to change some config names manually)...idk, but i got it working somehow and since then i do not touch that at all otherwise it will break)) |
yup, idk what i am doing))i just tried to apply your changes to my repo but github did something weird and now all your commits showing here like i changed them and there is now duplicated commits with different changes... |
Fixed #26 |
i ported this driver to 3.4.113(and maybe even older) kernel, tested monitor mode, packet injection, some parameters (tx power, frequency)...seems to work properly...also i changed files according to #11 pull request...
this merge will resolve those issues:
#23 #21