-
Notifications
You must be signed in to change notification settings - Fork 18
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
Added patch to fix compiling with 4.7 kernel. Tested with 4.6 too. #18
Conversation
Basically do :s%/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g and :s%/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g in vim. Inspired by: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c?id=57fbcce37be7c1d2622b56587c10ade00e96afa3 Tested with 4.7 and 4.6 kernel, not further back.
|
Just tested, it works for 4.4 too. |
|
Thanks. Before this can be merged it needs to become a patch for dkms and not a direct change of the source code. See the other patches in the Debian folder and activate it for kernel 4.4 and later. |
|
Do you happen to have some instructions on the actual approach and the patch command used? |
|
Hi Longsleep, can you contact Alberto Milone to see if you can join efforts? He maintains the driver for Canonical as far as I know, he has a git repo here: Greetings, |
|
Sure - but is my package still needed when Ubuntu has it by default? I can certainly merge but what's the difference then? The whole point of my package was to provide what's not available. |
|
Hi, I think it is included, yes. I think the best thing is to have a chat with him and see what the best It would be good to merge the efforts :). Cheers, On Sun, Aug 21, 2016 at 9:44 PM, Simon Eisenmann notifications@github.com
|
|
Just tested for 4.7.2. Worked like a charm. Excellent work |
|
Please try https://github.com/tseliot/bcmwl instead of my packaging. |
Basically do :s%/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g
and :s%/IEEE80211_BAND_5GHZ/NL80211_BAND_5GHZ/g in vim.
Inspired by:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c?id=57fbcce37be7c1d2622b56587c10ade00e96afa3
Tested with 4.7 and 4.6 kernel, not further back.