kimocoder
35308f4dd7
Code optimization
2023-05-02 03:07:11 +02:00
kimocoder
d4ad2121c9
get_ra() exists only on PowerPC
2023-05-02 00:25:10 +02:00
kimocoder
d4f1921d37
bugfix: report 48M not 46.5M
2020-09-20 01:19:31 +02:00
kimocoder
658d3a5168
Report correct band in RX radiotap
2020-02-01 07:17:49 +01:00
kimocoder
83e1baa6c1
Don't place signal strength into radiotap header if not available
2019-11-14 02:03:02 +01:00
kimocoder
1da67a59f8
Place signal quality and per antenna rssi into radiotap header
2019-11-14 01:58:06 +01:00
kimocoder
10bb71aafb
Fix FCS on 8812 and 8814
2019-11-13 21:16:57 +01:00
kimocoder
54ed666a16
Fix radiotap header for 8814au chipset
2019-11-11 02:36:13 +01:00
kimocoder
bc95c21031
Some Makefile updates + other minor fixes
2019-10-31 01:43:41 +01:00
root
65b4d276b1
Upload v5.6.4.2
2019-10-30 23:08:53 +00:00
kimocoder
4fe60d92e5
Fix errors from all patches added earlier
2019-09-19 21:05:00 +02:00
kimocoder
bb94a25ef6
fix country setting and update vhc configure and rate fix (part 2)
2019-09-19 15:19:15 +00:00
kimocoder
dec5aaf128
Protect against pfhdr NULL
2019-09-19 14:14:33 +00:00
kimocoder
632d9755b6
Cleanup patch files
2019-08-23 10:10:11 +02:00
kimocoder
bbe93fbd6d
Fix compilation issues from earlier
2019-08-23 10:08:36 +02:00
kimocoder
df1b6776c7
Fix wrong PR that causes compile error
2019-08-19 22:30:30 +02:00
kimocoder
9daa7978e9
Merge a collection of fixes
2019-08-16 06:28:27 +02:00
kimocoder
6c1b4a333b
Upload new v5.6.4 driver
2019-05-24 21:43:57 +02:00
Christian Bremvåg
16a377fc5b
Merge branch 'v5.3.4' into v5.3.4
2019-05-24 19:05:11 +02:00
kimocoder
3aeec6f02d
Radiotap header fix
2019-05-22 00:26:27 +02:00
kimocoder
33d12b04c5
Fix radiotap header for 8814
2019-05-22 00:10:03 +02:00
kimocoder
d1d2446e05
Revert back some changes to fix frame injection
2019-05-21 23:50:29 +02:00
kimocoder
d2b8153730
Get frame bandwidth from phy_info for RTL8814AU
2019-05-21 23:13:01 +02:00
kimocoder
78dbffdf16
Fix radiotap header for RTL8814AU
2019-04-07 18:02:57 +02:00
kimocoder
e5b64bbb7e
Get frame bandwidth from phy_info for RTL8814AU
2019-04-07 17:37:12 +02:00
kimocoder
5faae4ff49
Fixed unreachable switches and other compile warnings
2018-08-25 20:29:23 +02:00
kimocoder
2d4a79c1b8
Uploading the v5.3.4 version
2018-08-24 22:52:34 +02:00
kimocoder
9b811a5614
Ability to place rx descriptor into radiotap header
2018-08-04 21:17:04 +02:00
kimocoder
f1dce475a4
Only place signal strength into radiotap header if available
2018-08-04 21:01:06 +02:00
kimocoder
2ae015fb87
Place signal quality and per antenna rssi into radiotap header
2018-08-04 20:55:45 +02:00
fariouche
9b10624e57
fixed driver not working anymore after previous merge
2018-07-14 20:54:49 +02:00
kimocoder
cafec86c7e
Fix compile warnings (brackets + fallthroughs)
2018-07-02 20:05:48 +02:00
kimocoder
29fab55737
Uploaded the 8812au v5.2.20.2 driver
2018-07-02 18:49:32 +02:00
kimocoder
b85ad0de96
Fixed compilation warnings
2018-07-01 20:27:54 +02:00
kimocoder
d5aaced9c3
Optimized Makefile and added DKMS ++
2018-06-22 21:43:50 +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
cail
14109ecfdb
Fix FCS on 8812 and 8814
2018-03-24 15:40:05 -07:00
kimocoder
01ab3284e8
Fixed warnings + Nuked hardcoded reg-domain
2018-03-21 10:08:01 +01:00
kimocoder
6045580713
minor fixes
2018-01-25 20:05:33 +01:00
Christian B
f6dc0ef900
Radiotap FCS flag fix
...
* The driver marks all frames as containing the Frame Check Sequence at the end. This confuses Wireshark because the FCS field is stripped before the frame is released on the monitor interface.
2018-01-20 16:33:05 +01:00
Christian B
e24a462e56
Update rtw_recv.c
2017-12-17 12:25:08 +01:00
Christian B
623eb9d850
Update rtw_recv.c
2017-12-17 12:09:20 +01:00
Christian B
1220d7fdcc
Fix compilation errors/crashes
...
* Fixed compilation errors/crashes that were introduced with kernel v4.15 support patches.
2017-12-07 07:17:39 +01:00
Christian B
d67146eaad
Fix API change in kernel v4.15
...
In this kernel, the timer setup and handlers changed quite a bit.
2017-12-06 20:19:55 +01:00
astsam
55b830f375
Ability to place rx descriptor into radiotap header
2017-04-15 14:33:47 +03:00
Sergei Makarenkov
428c2172d5
Do not place signal strength into radiotap header if this information is not available
2017-04-15 11:52:42 +03:00
Sergei Makarenkov
f80e7b72d4
Place signal quality and per antenna rssi into radiotap header
2017-04-15 11:52:27 +03:00
astsam
cf7aa86c38
Driver v5.1.5 for RTL8812AU (Tenda U12)
2017-04-15 11:46:31 +03:00
Hans Ulli Kroll
d62c22e76e
Add driver from found on aircrack-ng site
...
filename: rtl8812AU_8821AU_linux_v4.3.22_15054.20150901_beta.tar.gz
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
2016-03-27 19:56:02 +02:00