kimocoder
4b6c218e95
Fix multiple warnings when using clang
2020-07-12 03:44:51 +00:00
kimocoder
e65b190ab7
Remove unused includes
2020-07-12 03:04:21 +00:00
Carlos
0a3f017fa4
Fix compilation error with 5-8-rc1
...
Remove EOL kernel
2020-07-10 11:23:31 +02:00
Daan van Gorkum
761f1d94a5
Bugfix: Phy cannot be moved into another namespace
...
When CONFIG_NET_NS is enabled one would assume the device can be
moved into another namespace. Currently it will fail with:
command failed: Operation not supported (-95)
There's a check if the kernel is between 2.6.38 and 3.0.0
before it adds the netns flag to wiphy->flags.
With this commit it will always add the netns flag when
CONFIG_NET_NS is enabled.
Signed-off-by: Daan van Gorkum <djvg@djvg.net>
Fixes: https://github.com/aircrack-ng/rtl8812au/issues/518
2020-05-09 16:07:59 +08:00
kimocoder
ea9aade289
remove rtw_cfgvendor support
2020-03-07 22:56:09 +00:00
kimocoder
856e392531
Some tweaks around the code
2020-02-01 09:04:01 +01:00
kimocoder
038f1ea370
Minor cleanup/fix for kernel v4.20 support (get_monotonic_boottime)
2020-02-01 07:34:27 +01:00
kimocoder
d7fe9809f4
Better handling of 'fallthrough's
2020-01-20 08:03:10 +01:00
kimocoder
34258e769f
Fix: pcap_activate status -8 and pcap_activate status -1
2020-01-11 20:30:27 +01:00
icjuego
ecf67b12c7
Fix compilation for kernels < 4.10
2019-11-21 01:33:36 +00:00
kimocoder
b5f97c1696
Fixed 8821au (8811au) support, fixed fw bug. fixes #466
2019-11-14 20:37:13 +01:00
kimocoder
3116f1e01a
Added more 'iw' output
2019-11-14 20:19:03 +01:00
kimocoder
6deda60be2
Fix the Network Namespace (CONFIG_NET_NS) support
2019-11-14 01:47:00 +01:00
kimocoder
9bf4a34f73
adopt upstream: net: Fix inconsistent teardown
2019-11-13 17:35:03 +01:00
kimocoder
fa35b99b42
Implemented txpower control
2019-11-13 16:36:58 +01:00
kimocoder
8fc76b7fe3
Added HT Greenfield capabilities
2019-11-13 16:18:11 +01:00
kimocoder
7ad5618762
Fix build support to older GCCs by adding fallthroughs
2019-11-11 04:07:55 +01:00
kimocoder
d415163096
Fix CONFIG_CONCURRENT_MODE building due to missing VIF
2019-11-11 03:26:05 +01:00
kimocoder
dbc8d10201
Fix connection error on resume
2019-11-11 03:02:26 +01:00
kimocoder
f431b12c58
Hostapd/WPS support added
2019-11-11 02:07:56 +01:00
kimocoder
8eec8cd4a3
Some overall fixes.. includes + various
2019-11-11 02:04:51 +01:00
kimocoder
a92167dc8b
Adds definite sizes for MTUs
2019-11-11 01:08:21 +01:00
Christian Bremvåg
6b06b8de47
Found a misplaced #else possibly related to scan issue
2019-11-10 12:21:31 +01:00
Christian Bremvåg
7f778d288b
A minor fix to scanning (according to upstream)
2019-11-10 11:51:07 +01:00
kimocoder
7c9ab6fe6f
Add a bunch of VID/PID's + Add 8814/8821AU support
2019-11-09 18:53:04 +00: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
Carlos Garces
19dcc3302e
Fix commpilation issue for kernels < 4.18
...
cfg80211_sinfo_alloc_tid_stats function was included at 8689c051a20195b228e19acb155c7d6e48a86753
2019-10-05 16:34:17 +02:00
kimocoder
3c9b7800a6
Adding back a working fix for update channel info
2019-09-19 21:28:03 +02:00
kimocoder
4fe60d92e5
Fix errors from all patches added earlier
2019-09-19 21:05:00 +02:00
kimocoder
43b099231f
Fix update channel info
2019-09-19 15:27:45 +00:00
kimocoder
bb94a25ef6
fix country setting and update vhc configure and rate fix (part 2)
2019-09-19 15:19:15 +00:00
kimocoder
a5043d715b
Add support for network namespaces
2019-09-19 13:24:09 +00:00
kimocoder
8c1b6f68f0
cfg80211: Fixed unallocated stats
2019-09-19 11:42:27 +00:00
kimocoder
0bb520cbfa
Some allround fixes (minors)
2019-08-24 05:57:54 +02:00
kimocoder
eccee894cd
Fix minor indentations
2019-08-24 01:46:25 +02:00
kimocoder
f2b259a389
Minor cleanup
2019-08-24 01:27:28 +02:00
kimocoder
bbe93fbd6d
Fix compilation issues from earlier
2019-08-23 10:08:36 +02:00
kimocoder
fd796b8bc1
Register wiphy after we probe MAC addr. (moved to wiphy_preinit)
2019-08-18 18:49:07 +02:00
kimocoder
619d992fe4
Fixed WiFi Direct in driver
2019-08-17 20:10:54 +02:00
kimocoder
a0bb0e1d42
Added DEBUG to USB - CONFIG_USB_DEBUG in Makefile
2019-08-17 13:09:09 +02:00
kimocoder
33cd907df1
Just some minor permission fix PR
2019-08-17 00:11:15 +02:00
kimocoder
374c25a43f
Upstream changed wireless band
2019-08-16 18:22:55 +02:00
kimocoder
bb31213a73
Updated cfg80211.h's add_virtual_inf implementations with new parameter
2019-08-16 17:47:09 +02:00
kimocoder
31354957a2
adopted from upstream: cfg80211: unify cfg80211_roamed()
2019-08-16 17:27:14 +02:00
kimocoder
273361355d
adopted from uptream: nl80211: allow multiple active
2019-08-16 17:10:49 +02:00
kimocoder
2e8d88e075
Missing channel assignment from 4.12 kernel support
2019-08-16 17:05:40 +02:00
kimocoder
100b73747b
Some tweaks and minors around ..
2019-08-16 16:42:12 +02:00
kimocoder
9daa7978e9
Merge a collection of fixes
2019-08-16 06:28:27 +02:00
kimocoder
597de9c9b0
Added more iw output - not complete still
2019-08-16 04:20:13 +02:00