1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00
Commit Graph

340 Commits

Author SHA1 Message Date
kimocoder
9080d7d023 Enable TX queue in the monitor mode 2018-06-26 10:41:50 +02:00
Christian B
506ee20b05
Update README.md 2018-06-26 10:22:52 +02:00
Christian B
59c97a6d9f
Update README.md 2018-06-25 18:30:32 +02:00
kimocoder
7c899d1b5b Fix injected frames drop + platform fixes 2018-06-25 18:20:55 +02:00
Christian B
37235d4153
Merge pull request #138 from kimocoder/v5.2.20
Merge changes
2018-06-23 15:12:40 +02:00
kimocoder
f9bd4b5b60 Moved changelogs to docs/ 2018-06-23 14:50:28 +02:00
kimocoder
22ae5a102c Added more VID/PID + moved 1 to correct place 2018-06-23 14:49:27 +02:00
kimocoder
1b89d1d755 Added switch to turn ON/OFF regdomain settings 2018-06-22 23:06:03 +02:00
Christian B
0176d9ddae
Added more VID/PID 2018-06-22 22:50:47 +02:00
kimocoder
660a42849e Added more VID/PID 2018-06-22 22:39:02 +02:00
kimocoder
fdf8a14621 Enable DBG_TX_POWER_IDX and DBG_PG_TXPWR_READ, extra logging for these 2018-06-22 22:33:44 +02:00
kimocoder
ecaee90b13 -regdb (use one shipped/updated with the OS) 2018-06-22 22:25:01 +02:00
kimocoder
f36886ea64 Disable DFS 2018-06-22 22:20:32 +02:00
kimocoder
932e3d47d0 Disable AP mode channel switching due to dfs checks 2018-06-22 22:16:54 +02:00
kimocoder
3384d6e2ed Makefile: add configuration option for ODROID-C2 2018-06-22 22:15:01 +02:00
kimocoder
94af68cfa0 Added .gitignore 2018-06-22 21:56:12 +02:00
kimocoder
d5aaced9c3 Optimized Makefile and added DKMS ++ 2018-06-22 21:43:50 +02:00
kimocoder
8cbcaa6a8d Added changelog with TODO 2018-06-22 20:03:02 +02:00
kimocoder
be14d54031 Parse radiotap headers for proper frame injection 2018-06-22 19:37:47 +02:00
kimocoder
f53c7ea20e Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
kimocoder
4cf72deb8e Preparing new upload 2018-06-22 18:45:20 +02:00
kimocoder
a3805aa509 Removed non-supported device 2018-06-08 10:05:06 +02:00
kimocoder
78f2dd43c4 Update for >= 4.0.0 2018-06-07 14:38:27 +02:00
kimocoder
e2ed84fe68 Fixes more freeze/delays (test) 2018-06-07 12:25:06 +02:00
kimocoder
e4ec939756 Bring back regdomain settings with a switch 2018-06-07 12:20:26 +02:00
Christian B
b2273e710f
Trying to minimize freeze / lags (test)
* Altered the SURVEY_TO from 100 (ms) to 0 (ms) to minimize
2018-06-05 22:12:06 +02:00
Christian B
d1c5553fdb
Added more VID/PID
* Added 1 more VID/PID
2018-06-05 19:54:32 +02:00
Christian B
0bfda567bb
Added more VID/PID
* Added 2 VID/PID's for more adapters support
2018-05-16 22:20:52 +02:00
kimocoder
d628a7441c Odroid C2 fix + minor cleanup 2018-05-13 22:47:03 +02:00
Christian B
a8cd963ea5
Update README.md
* Added howto for RPI
* Added testing / working section
2018-05-11 17:43:13 +02:00
kimocoder
db3e2fa173 Trying fix for PMF / 802.11w 2018-05-06 13:49:42 +02:00
Christian B
5a5da0ffe3
Add the PPC platform 2018-04-08 16:15:46 +02:00
Christian B
af8fa990a6
Merge pull request #110 from francoism90/v5.1.5
Added new ASUS PID
2018-03-29 19:13:03 +02:00
François M
a8fab80c9f
Added new ASUS PID
Support for ASUS 0x1853 RTL8814A
2018-03-29 18:31:20 +02:00
Christian B
d58f5327df
Merge pull request #107 from kimocoder/v5.1.5
* FCS fixes for 8812 and 8814 (thanks to j-forristal)
  * Removed pre-configured SeqNum via RadioTap
  * Fixed power savings breaking monitor mode
2018-03-27 15:05:11 +02:00
kimocoder
b6c6c05f4a Removed pre-configured SeqNum via RadioTap 2018-03-27 15:02:10 +02:00
Christian B
efc61239ee
Merge pull request #2 from j-forristal/v5.1.5
Merge changes
2018-03-26 09:22:43 -03:00
cail
bf5593ab0c Fix power savings breaking monitor mode 2018-03-25 09:20:31 -07:00
cail
14109ecfdb Fix FCS on 8812 and 8814 2018-03-24 15:40:05 -07:00
Christian B
5b0b95be6a
Merge pull request #105 from kimocoder/v5.1.5
* Fix for ARM RPI
* Optimized DKMS (.conf)
* Nuke hardcoded reg-domain code
* Warnings fixed
* Brackets fixes
* Cleanups
2018-03-21 10:13:31 +01:00
kimocoder
01ab3284e8 Fixed warnings + Nuked hardcoded reg-domain 2018-03-21 10:08:01 +01:00
Christian B
ec103e0fa6
Nuke all hardcoded reg-domain nonsense 2018-03-20 11:59:32 +01:00
Christian B
0ab0ad3428
Nuke all hardcoded reg-domain nonsense 2018-03-20 11:56:31 +01:00
Christian B
0b88d529f8
Optimized dkms.conf 2018-03-20 11:54:07 +01:00
Christian B
8e6ebdc46c
Makefile: add configuration option for ODROID-C2 2018-03-20 11:51:50 +01:00
Christian B
ca6ba8ef08
Fixed 'implicit-fallthrough' warning
By adding an explict comment saying 'Intentional fallthrough' you hint
at the compiler that it isn't an error/omission, but you explicitly want
that (feature).
2018-03-19 20:20:58 +01:00
Christian B
22a2b061ae
Fix for ARM RPI 2018-03-19 20:15:27 +01:00
kimocoder
ff61bb1179 more brackets + cleanup fixes 2018-03-18 20:26:18 +01:00
Christian B
377e1e3d94
Merge pull request #104 from kimocoder/v5.1.5
* Travis CI (used to check PR with kernels)
  * Added CONFIG_USB2_EXTERNAL_POWER switch
  * ARM compile fix
  * Fix EVM warning
  * DKMS install fix (test)
  * Enabled more debug
  * Fixed lots of brackets closings
  * Cleanup allround
2018-03-15 16:56:48 +01:00
kimocoder
900fc8b5df even more cleanup. brackets + more 2018-03-15 16:51:40 +01:00