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

update #1

Merged
merged 70 commits into from
Aug 16, 2020
Merged

Conversation

justinvforvendetta
Copy link
Owner

No description provided.

kimocoder and others added 30 commits February 4, 2020 12:54
A bug exists in this driver that deadlocks the kernel when a net interface
managed by this driver is deleted. iwd uses the driver name
(specifically, if the driver name is "rtl88*") to figure out if it needs
to enable a workaround for this problem.

Commit fa35b99 changed driver name to
"88XXau" for seemingly no reason, causing this driver to be unusable for
a lot of users.

This commit changes the driver name back.

Signed-off-by: Yuxuan Shui <[email protected]>
Makefile: keep the old driver name
Add RHEL 8 support and support for possible work on future RHEL releases
Updated with all kernels from https://www.kernel.org/
Kernel mainline and last stable version fetch from kernel.org instead of hardcode it.
Fixed minor warnings on Travis configuration.
Simplified URL extraction
Removed GCC-6 from build matrix.
Reintroduced GCC-7. Updated to 7.5
Added cchache to improve build times.
Update Travis CI configuration
When CONFIG_NET_NS is enabled one would assume the device can be
moved into another namespace. Currently it will fail with:

command failed: Operation not supported (-95)

There's a check if the kernel is between 2.6.38 and 3.0.0
before it adds the netns flag to wiphy->flags.

With this commit it will always add the netns flag when
CONFIG_NET_NS is enabled.

Signed-off-by: Daan van Gorkum <[email protected]>
Fixes: #518
Bugfix: Phy cannot be moved into another namespace
Add support for Hawking HW17ACU (RTL8814AU)

Signed-off-by: Jeff Collins <[email protected]>
Fix kernel hang with active keepalive disabled
kimocoder and others added 29 commits July 12, 2020 00:40
Signed-off-by: Roman Ondráček <[email protected]>
added device Edimax EW-7611UCB (Realtek RTL8821AU)
bugfix: Wrap newer construct to allow build on kernel <4.18
@justinvforvendetta justinvforvendetta merged commit 74933f7 into justinvforvendetta:v5.6.4.2 Aug 16, 2020
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

Successfully merging this pull request may close these issues.