forked from brandon-bailey/rtl8822bu
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Working! TP-LINK AC1300 T4U PLUS - Version 1.8 #14
Open
NeryCast
wants to merge
73
commits into
jeremyb31:master
Choose a base branch
from
EntropicEffect:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add device (d-link dwa-182 rev d1)
Added support for Hawking Tech HW12ACU USB dongle
Fix Linux 5.0 compilation
Update README.md
Signed-off-by: Philip Prindeville <[email protected]>
Signed-off-by: Philip Prindeville <[email protected]>
Get clean compile without -Wimplicit-fallthroug warnings
Set SElinux context on module
Add more targets to ignore list
This patch has been retrieved (and slightly updated to remove empty lines, fix indentation) from: aircrack-ng/rtl8188eus@ad543d2 Signed-off-by: Fabrice Fontaine <[email protected]>
Fix build with kernel 5.8
Addition of tp-link Archer T4U (Revision V3 only) to known devices Tested and confirmed on Kali Linux with kernel version 5.8.0-kali2-amd64
Allows the module to build (and work) distributions that have gcc prior to gcc-7. Signed-off-by: Ilija Hadzic <[email protected]>
Fix the following build failure: /home/kali/rtl8822bu/core/rtw_mlme_ext.c:1829:3: error: 'fallthrough' undeclared (first use in this function) 1829 | fallthrough; | ^~~~~~~~~~~ Signed-off-by: Fabrice Fontaine <[email protected]>
Addition of tp-link Archer T4U to known devices
use fallthrough statement only in gcc version that supports it
fix implicit fallthrough
[[fallthrough]] is a C++17 statement so it can't be used in plain C code and will raise a build failure with at least gcc 8 The standard and portable way could be to use __attribute__ ((fallthrough)); but it does not seem to be really supported (e.g antoineco/broadcom-wl#12) So just use a magical comment that should be understood by gcc > 7 and ignored by older compilers, this is ugly but it works Signed-off-by: Fabrice Fontaine <[email protected]>
gcc seems to have issue understanding the fallthrough comment because of the endif statement that is added after this comment so move the comment outside of the #ifdef block Signed-off-by: Fabrice Fontaine <[email protected]>
During the scan, driver receives the notification about discovered networks spread over approximately 4-second period. Descriptor is constructed and placed into internal list that is then flushed in a callback function when the scan is complete. This will cause the timestamp associated with the network to be delayed up to 4 seconds compared to the actual time when the network is observed. Specifically, the reported 'last seen' field in 'iw dev scan dump' will be wrong. To fix this, call cfg80211_inform_bss as soon as the network is observed and finish the remaining housekeeping in the callback. This will cause the common kernel wifi framework to generate the timestamp with less delay than if the cfg80211_inform_bss were called in the callback. The remaining (and irreducable) delay is between the hardware and the driver reciving the notification, but this should be much less than if we waited for the scan to complete. Signed-off-by: Ilija Hadzic <[email protected]>
they are not doing anything useful right next to the function definitions Signed-off-by: Ilija Hadzic <[email protected]>
fix build with gcc < 10 due to fallthrough Working with gcc 10.2. Post any further compilation issues
Fix scan timestamps + minor cleanup
Fix for kernel 5.10
NeryCast
changed the title
Working! TP-LINK AC1300 TU4 PLUS - Version 1.8
Working! TP-LINK AC1300 T4U PLUS - Version 1.8
Feb 15, 2021
Confirmed on Pop Os 20.10 with kernel 5.8
Added Linksys WUSB6400M to known devices
Hi, Can you put the NIC into Monitor mode?
Any idea why?
Thanks in advance |
This is especially usefull for cross-compilation.
Allow configuring `KSRC` before running `make`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[
](url)
Wifislax 2.4 based Slackware 14.2 Kernel 5.4.91 LTS