Commit Graph

61 Commits

Author SHA1 Message Date
fariouche
b9df378af3 added regd flag to disable radar detection
set default ht capab to 3 to enable 5GHz RX-STBC
2018-09-16 18:08:48 +02:00
kimocoder
72117bc456 Initialize some variables 2018-08-27 20:31:00 +02:00
kimocoder
993a7752cb Fix kernel regression related to get channel function 2018-08-27 20:18:13 +02:00
kimocoder
d5e34220d0 Added get channel function 2018-08-27 20:11:53 +02:00
kimocoder
3873db1e10 Added HT Greenfield capabilities 2018-08-27 20:05:18 +02:00
kimocoder
5faae4ff49 Fixed unreachable switches and other compile warnings 2018-08-25 20:29:23 +02:00
kimocoder
d2932f7a54 Uploading new v5.3.4 2018-08-25 18:21:32 +02:00
kimocoder
2d4a79c1b8 Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
kimocoder
61db9f6c5e Fix the get_channel function causing kernel regression 2018-08-10 18:26:15 +02:00
kimocoder
88301eb45a Allow build for kernels with backported cfg80211 API 2018-08-08 19:03:15 +02:00
kimocoder
b39cd0827c Initialize some variables 2018-08-05 20:31:51 +02:00
kimocoder
79e44be3d0 adopt upstream: net: Fix inconsistent teardown 2018-08-04 20:09:03 +02:00
kimocoder
8132170418 Added get channel function 2018-07-29 18:28:40 +02:00
kimocoder
3aee436bf5 Some VHT fixes 2018-07-24 20:54:20 +02:00
kimocoder
dd62a2f36a Added HT Greenfield capabilities 2018-07-24 20:45:13 +02:00
kimocoder
d6e2f9c1be More iw link output 2018-07-24 20:32:19 +02:00
kimocoder
f6461d311d Implemented txpower control 2018-07-16 22:14:20 +02:00
Christian B
f283c29943
ioctl_cfg80211.init_vht_capab: print highest rates that are set there 2018-07-03 09:38:14 +02:00
kimocoder
25f2c0ffd8 Fix the CONFIG_NET_NS, support for network namespaces 2018-07-02 21:07:29 +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
5387d10b8a Enabled more Makefile debug 2018-06-26 10:57:18 +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
kimocoder
d628a7441c Odroid C2 fix + minor cleanup 2018-05-13 22:47:03 +02:00
kimocoder
db3e2fa173 Trying fix for PMF / 802.11w 2018-05-06 13:49:42 +02:00
Christian B
06d23f2287
Fix build on older kernels
* Added a kernel check for older kernels, fix compiling. fixes #76
2018-03-09 13:38:47 +01:00
Christian B
88becaff46
Fix kernel v3.11 monitor mode crash 2017-12-20 20:23:31 +01:00
evilphish
449bbf60cd Fix if-else leading to premature disconnects 2017-11-19 23:26:08 +01:00
evilphish
bb0321110a Fix compilation warnings about potentially uninitialized values 2017-11-19 19:29:16 +01:00
Christian B
746c12ab11
Remove test code 2017-11-15 21:51:39 +01:00
Christian B
136fbdef54
Allow to set channel when in monitor mode
* Added support for setting channel when in "monitor" mode.
2017-11-15 20:45:51 +01:00
Christian B
8b41ccda9a
Minor fix + spacing 2017-11-15 20:40:05 +01:00
Christian B
7356af4990
Add support for network namespaces 2017-11-15 20:16:27 +01:00
evilphish
99ac4d5c98 Fix for the fix for compilation errors on 4.11 kernels 2017-11-12 17:52:43 +01:00
evilphish
2fbabd8a26 Fix for compilation error on 4.10 kernel 2017-11-08 20:32:59 +01:00
evilphish
752c09caf9 Fix compilation error on 4.11.x kernel 2017-10-30 18:01:30 +01:00
evilphish
b5d683e6ba First change for more iw link output (incomplete but working) 2017-10-27 00:31:13 +02:00
Christian kimocoder
0402e2a32b adopt upstream: net: Fix inconsistent teardown
net: Fix inconsistent teardown and release of private netdev state.

commit id
cf124db566e6b036b8bcbe8decbed740bdfac8c6
2017-10-24 16:29:48 +02:00
Christian kimocoder
6926fe7f63 Some fixes and tweaks 2017-10-24 14:32:15 +02:00
evilphish
e56c261fc5 Unified kimos and my VHT fixes, nuked obsolete capab functions to clean up and make things less confusing 2017-10-23 21:10:47 +02:00
Christian kimocoder
8c60bf3c77 Added VHT capabilities and HT Greenfield capab
* Added VHT capabilities and HT Greenfield capability
2017-10-22 23:00:28 +02:00
Christian kimocoder
b8ab3450f0 small indention & spacing fixes 2017-10-22 11:58:00 +02:00
evilphish
632bfd75cd preliminary txpower test 2017-10-21 19:52:27 +02:00
evilphish
0d3e22f846 removed leftover debug printk 2017-10-21 17:41:23 +02:00
evilphish
0c3cb2f349 fix detection of vht capabilities and correct number of hardcoded streams for the 8812 driver 2017-10-21 17:02:13 +02:00
Christian kimocoder
11cc9318ce Fix kernel v4.12 support
* Fixed kernel v4.12 support
2017-08-27 11:30:16 +02:00
Christian kimocoder
bcdaa3d214 Fix kernel v4.12 support
* Fixed up kernel v4.12 support
2017-08-27 11:25:10 +02:00