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

support for Realtek RTL8811AU 802.11AC USB2.0? #84

Open
wants to merge 48 commits into
base: v5.1.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
30487dc
unix line endings
ulli-kroll Mar 29, 2016
538079e
remove code related to CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY
ulli-kroll Mar 29, 2016
5508155
remove code related to CONFIG_CALIBRATE_TX_POWER_TO_MAX
ulli-kroll Mar 29, 2016
ed47077
remove bluetooth coexist code-
ulli-kroll Mar 29, 2016
42b51ec
remove some CONFIG_PLATFORM_ARM
ulli-kroll Mar 30, 2016
9c82c95
remove unneeded include files
ulli-kroll Mar 30, 2016
94e8792
remove CONFIG_FILE_FWIMG, this load WoWLAN FW, for debug
ulli-kroll Mar 30, 2016
c620dd9
remove/change stupid _seqdump
ulli-kroll Apr 2, 2016
922bab5
make reproducible builds happen
ulli-kroll Apr 2, 2016
f173826
fix wrong call due commit 80279fb7ba
ulli-kroll Apr 2, 2016
4dcf103
add .gitignore
ulli-kroll Apr 2, 2016
ed692e2
disable CONFIG_LOAD_PHY_PARA_FROM_FILE, PHY configs are in heraderfile
ulli-kroll Apr 2, 2016
8fe2db4
disable CONFIG_PROC_DEBUG, first 'clean' compile
ulli-kroll Apr 2, 2016
ec6c624
Fix compilation for kernel 4.1 and later
Dec 3, 2016
e73edb1
Switch channel in monitor mode
Dec 9, 2016
d03965d
Less verbose in the monitor mode
Dec 9, 2016
06ebb64
Enable the channel 14 and 80 MHz width channels in the regdom
Dec 11, 2016
5516411
Switch channels to 80 MHz width in the monitor mode
Dec 11, 2016
4f2a3ea
Disable power saving mode
Dec 11, 2016
5910b2d
Unmask all available channels
Dec 17, 2016
83aef19
Channels 151 and 153 were added
Dec 17, 2016
05ba30d
Calculate signal quality in the monitor mode
Dec 18, 2016
d7c0f0d
Place signal quality and per antenna rssi into radiotap header
Dec 18, 2016
a7e9650
Do not place signal strength into radiotap header if this information…
Dec 18, 2016
d8fb5f6
Added IDs for the Linksys WUSB6300 dongle
Dec 26, 2016
348cbee
Radiotap iterator from kernel 4.9 was added due to VHT field bug in k…
Jan 12, 2017
25b832b
Enable TX queue in the monitor mode
Jan 19, 2017
ad57580
Fix channel switch in the monitor mode if both CONFIG_WIRELESS_EXT an…
Jan 20, 2017
748234a
Remove non-ASCII symbol
Jan 20, 2017
9d98836
Parse radiotap headers for proper frame injection
Jan 20, 2017
4a64f8c
Create README.md
Jan 20, 2017
61a1da1
More USB VID/PID
Jan 21, 2017
427d0b2
Merge branch 'master' of https://github.com/astsam/rtl8812au
Jan 21, 2017
56f4d8b
Add support for kernels >= 4.7.
diederikdehaas Jun 24, 2016
e903a54
Use in_compat_syscall() instead of is_compat_task() if available
Jan 21, 2017
8fbfb14
Add support for kernels >= 4.8
masap Sep 25, 2016
bd960d1
Another is_compat_task() issue
Jan 21, 2017
41fdf2d
Disable driver debug output by default
Jan 26, 2017
b5c6123
Edit README.md
Feb 9, 2017
50f3f76
Use configured driver name
Feb 9, 2017
9ed5a19
Fix injected frames drop
Feb 10, 2017
40f7037
Count injected frames in interface stats
Feb 10, 2017
2577553
Fix error switching to 80MHz channels under certain conditions
Feb 10, 2017
6a4444e
Edit README.md
Mar 11, 2017
8c1bafd
Edit README.md
Mar 11, 2017
f24d9b8
Edit README.md
Mar 11, 2017
0cdec23
Update README.md
Mar 11, 2017
86fe67d
Update README.md
Mar 23, 2017
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
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.o
*.cmd
*.ko
*.cm
Module.symvers
modules.order
rtl8821au.mod.c
.tmp_versions
Loading