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

Working! TP-LINK AC1300 T4U PLUS - Version 1.8 #14

Open
wants to merge 73 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
e10b058
turn off debug messages by defualt
EntropicEffect Dec 26, 2017
493a10e
Fix compilation against kernel version 4.12
EntropicEffect Dec 26, 2017
ee02ca9
fix unexported __vfs_read & vfs_read in kernel 4.14
EntropicEffect Dec 26, 2017
b542c80
revert debug change but chnage debug level to 0
EntropicEffect Dec 26, 2017
e4759ec
update usb_intf.c
EntropicEffect Jan 11, 2018
c878e75
update to latest driver available from EDIMAX
EntropicEffect Feb 8, 2018
9222354
new files for latest driver
EntropicEffect Feb 8, 2018
3285e71
add device (d-link dwa-182 rev d1)
stephenhillier May 7, 2018
0a23e60
Merge pull request #2 from stephenhillier/master
EntropicEffect May 7, 2018
62cb29a
update from version 1.0.0.9 to version 1.0.1.6
EntropicEffect Oct 6, 2018
6b52ad7
won't compile with debug disabled, reduced default logging level
EntropicEffect Oct 6, 2018
baabab8
added devices + reduced log level to 0
EntropicEffect Oct 6, 2018
14b4cc8
restore README
EntropicEffect Oct 6, 2018
2bc4859
track new files in new driver version - ignore .o files
EntropicEffect Oct 6, 2018
c0035af
improve 4.19 fix
EntropicEffect Oct 7, 2018
3a695a5
added ARM_RPI once more, please test
EntropicEffect Oct 7, 2018
3adbe92
fix missing #
EntropicEffect Oct 7, 2018
a60aa88
Kernel 4.20 fix
EntropicEffect Dec 26, 2018
5630b13
Added support for TP-Link Archer T4U V3 1300Mbps
EntropicEffect Jan 5, 2019
41f431e
Added support for Hawking Tech HW12ACU USB dongle
codeThatThinks Jan 12, 2019
c28a0c3
Merge pull request #3 from codeThatThinks/master
EntropicEffect Jan 12, 2019
347f8fa
Fix Linux 5.0 compilation
simonlui Feb 1, 2019
5cb6d6e
Merge pull request #4 from simonlui/linux_5.0_fix
EntropicEffect Feb 1, 2019
ee9c890
don't track cache
EntropicEffect Mar 16, 2019
41aeba0
use ! instead of ~
EntropicEffect Apr 1, 2019
7abedb1
update usb_intf.c
EntropicEffect Apr 22, 2019
dbbf4f7
Kernel 5.1 fix
EntropicEffect Apr 27, 2019
a78a581
Update README.md
sparkie3 May 20, 2019
a3d7b71
Merge pull request #1 from sparkie3/sparkie3-debian-notes
sparkie3 May 20, 2019
70d7b10
Kernel 5.2 fix
parly Jul 9, 2019
4a17b2d
Merge pull request #7 from parly/kernel-5.2
EntropicEffect Jul 12, 2019
dea3bb8
Merge pull request #6 from sparkie3/master
EntropicEffect Jul 13, 2019
17caa85
Added policy to vendor commands
ruabmbua Sep 20, 2019
683af4d
Merge pull request #8 from ruabmbua/wiphy_vendor_command_policy
EntropicEffect Sep 21, 2019
a92a07f
Guard reference to wiphy_vendor_command policy attribute
bamartin125 Oct 14, 2019
99b0c5a
Added dkms.conf
pitamar Oct 23, 2019
5816d29
Added Trendnet TEW-808UBM
gh2o Jan 27, 2020
7fd1951
Add ASUS USB AC57 to supported USB devices
Rutzmoser Feb 6, 2020
8db9660
Kernel 5.6 fix
parly Apr 6, 2020
de3d6e0
Merge pull request #9 from bamartin125/master
EntropicEffect Apr 7, 2020
15aac8f
Merge pull request #10 from pitamar/dkms
EntropicEffect Apr 7, 2020
4a46176
Merge pull request #12 from gh2o/patch-1
EntropicEffect Apr 7, 2020
54cf67b
Merge pull request #13 from Rutzmoser/patch-1
EntropicEffect Apr 7, 2020
9438d45
Merge pull request #14 from parly/kernel-5.6
EntropicEffect Apr 7, 2020
a64fda3
Add more targets to ignore list
pprindeville Jul 13, 2020
8a0a919
Get clean compile without -Wimplicit-fallthroug warnings
pprindeville Jul 13, 2020
0d591af
Set SElinux context on module
pprindeville Jul 21, 2020
beb21d5
Merge pull request #16 from pprindeville/clean-compile-fallthrough
EntropicEffect Sep 10, 2020
ed461c4
Merge pull request #17 from pprindeville/install-selinux
EntropicEffect Sep 10, 2020
e1d385f
Merge pull request #15 from pprindeville/fixup-gitignore
EntropicEffect Sep 10, 2020
1a05698
Fix build with kernel 5.8
ffontaine Sep 19, 2020
fd24afa
Merge pull request #18 from ffontaine/master
EntropicEffect Sep 26, 2020
fc3ad1f
Addition of tp-link Archer T4U to known devices
jeditobe Oct 7, 2020
11f5cdd
use fallthrough statement only in gcc version that supports it
ihadzic Oct 16, 2020
c8ba5e8
fix implicit fallthrough
ffontaine Oct 18, 2020
d4ea93f
Merge pull request #19 from jeditobe/patch-1
EntropicEffect Oct 20, 2020
1025bff
Merge pull request #20 from ihadzic/master
EntropicEffect Oct 20, 2020
caf774c
Merge branch 'master' into master
EntropicEffect Oct 20, 2020
2d0faf6
Update README.md
EntropicEffect Oct 20, 2020
d35a0c0
Merge pull request #21 from ffontaine/master
EntropicEffect Oct 20, 2020
d8ad118
fix build with gcc < 10 due to fallthrough
ffontaine Oct 21, 2020
ab3bbb7
ioctl_cfg80211.c: move fallthrough comment outside ifdef
ffontaine Oct 22, 2020
687e3c2
scan: notify the kernel early of discovered networks
ihadzic Oct 22, 2020
868ac27
core: remove unnecessary declarations
ihadzic Oct 22, 2020
eb83f53
Merge pull request #22 from ffontaine/master
EntropicEffect Oct 24, 2020
66aae0e
Merge pull request #23 from ihadzic/fix_scan_timestamps
EntropicEffect Oct 27, 2020
4bb3813
Fix for kernel 5.10
LucentW Dec 19, 2020
fcfd4ec
Merge pull request #24 from LucentW/master
EntropicEffect Dec 22, 2020
65c8008
Added Linksys WUSB6400M to known devices
bazeon Feb 28, 2021
39044f1
Merge pull request #25 from bazeon/patch-1
EntropicEffect Apr 20, 2021
cef7c8a
Allow configuring `KSRC` before running `make`.
cpb- Jul 14, 2021
8eeb5fe
Merge pull request #26 from cpb-/cpb-devel
EntropicEffect Jul 25, 2021
e27b9cd
Update README.md
EntropicEffect Nov 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sftp-config.json
*.o
*.ko
*.ko
.*.o.cmd
.88x2bu.ko.cmd
.88x2bu.mod.cmd
88x2bu.mod
88x2bu.mod.c
Module.symvers
modules.order
Loading