Commit Graph

160 Commits

Author SHA1 Message Date
kimocoder
2fb4e08249 Fixed build/compile error + some compiler warnings + minor cleanup 2019-11-11 01:04:53 +01:00
Christian Bremvåg
f0ca8f126c
Missed a slash in Makefile 2019-11-10 12:47:31 +01:00
Christian Bremvåg
d8f85e1691
Update Makefile 2019-11-10 12:41:23 +01:00
root
6ed82d886c Update README.md 2019-11-09 20:19:53 +00: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
kimocoder
d78ea696be Fix new version + add our custom Makefile 2019-10-30 23:29:20 +00:00
root
65b4d276b1 Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
Carlos Garcés
6b3af33af1 Fix floating point in VHT_HW_TX for both x86 and rpi 2019-09-29 12:13:59 +02:00
kimocoder
9e6fd2455c fix country setting and update vhc configure and rate fix (part 1) 2019-09-19 14:18:39 +00:00
kimocoder
a5043d715b Add support for network namespaces 2019-09-19 13:24:09 +00:00
kimocoder
e35068cfcb Added TX_POWER_TO_MAX setting 2019-09-08 07:45:13 +00:00
Christian Bremvåg
611d8dbfcc
Some ARM and PowerPC support fix 2019-09-01 12:26:57 +02:00
Christian Bremvåg
4640aca311
Support kernel PIC mode compiling 2019-09-01 12:20:13 +02:00
kimocoder
14204645d5 Nuke CONFIG_LOAD_PHY_PARA_FROM_FILE function 2019-08-24 02:18:32 +02:00
kimocoder
2b0fe0c95b Added support for NVIDIA Jetson Nano platform 2019-08-24 01:09:40 +02:00
kimocoder
62e40de47b Decreased log level from 4 to 3 and suppressed som debug 2019-08-24 01:01:46 +02:00
kimocoder
bbe93fbd6d Fix compilation issues from earlier 2019-08-23 10:08:36 +02:00
kimocoder
f1dfc49bdb Added support for NVIDIA Jetson Nano platform 2019-08-17 23:24:35 +02:00
kimocoder
e72f261d95 Decreased log level from 4 to 3 to avoid flooding 2019-08-17 22:55:07 +02:00
kimocoder
69ad9b581f Enabled MP_VHT_HW_TX_MODE for 8814au too 2019-08-17 22:46:49 +02:00
kimocoder
548498f1d0 Added support for Neo2 (OpenWRT) platform 2019-08-17 19:21:50 +02:00
kimocoder
a00101e97a Cleaned up Makefile 2019-08-17 18:47:31 +02:00
kimocoder
7214fe8834 Add cfg80211 dependency for openwrt 2019-08-17 13:47:37 +02:00
kimocoder
a0bb0e1d42 Added DEBUG to USB - CONFIG_USB_DEBUG in Makefile 2019-08-17 13:09:09 +02:00
kimocoder
eaf96f0052 Pushing minor cleanups .. 2019-08-16 22:49:56 +02:00
kimocoder
12d7cac87b Nuke good 'old debug also known as /proc 2019-08-16 19:15:24 +02:00
kimocoder
24df579fcf Remove and clean useless CONFIG_MULTIDRV code 2019-08-16 18:09:24 +02:00
kimocoder
bb31213a73 Updated cfg80211.h's add_virtual_inf implementations with new parameter 2019-08-16 17:47:09 +02:00
kimocoder
273361355d adopted from uptream: nl80211: allow multiple active 2019-08-16 17:10:49 +02:00
kimocoder
d664d7e949 Use endian macros from kernel instead hardcoded 2019-08-16 16:50:59 +02:00
kimocoder
c98681f114 Fixed all minor issues related to compiler warnings 2019-08-16 03:38:53 +02:00
Farid Benamrouche
11cb9c2a37 added 8821 and 8814 2019-07-15 17:14:17 +02:00
kimocoder
decdb78ea0 Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +02:00
kimocoder
7938cb9078 Enable more compiler debug 2019-06-17 21:05:02 +02:00
kimocoder
55bab2ab30 Fixed more compile warnings, for now at least 2019-06-17 20:44:02 +02:00
Christian Bremvåg
65aa3c6edf
Added "IOCTL_CFG80211" support to RPI64 2019-06-17 20:11:03 +02:00
Thijs Withaar
74cc8cdbc1 i386: mark floating point operations correctly.
From commit #1603b05c
2019-06-08 10:47:20 +02:00
Thijs Withaar
43f8cd2c73 Add rpi3, based on 5.3.4 makefile
including support for CONFIG_MP_VHT_HW_TX_MODE
2019-06-08 10:47:20 +02:00
Thijs Withaar
13456a8af1 wifi_regd: regulations are handled by crda, so don't do that here. 2019-06-08 10:47:12 +02:00
Thijs Withaar
02f7a92e99 small cleanup, grafted from #fa0626b7634d11b 2019-06-08 08:20:54 +02:00
satmandu
d992db02b6
Add -Wno-vla to avoid more compilation warnings as per 5.3.4 Makefile 2019-05-30 16:56:22 -04:00
satmandu
e7cde4b396
Turn off Debug by default like in 5.3.4 2019-05-30 16:37:22 -04:00
kimocoder
c0cb946333 Turned on MONITOR support & turned off POWERSAVING 2019-05-30 22:28:31 +02:00
kimocoder
1b8650bf7e Preparing adding 8821au & 8814au support 2019-05-30 21:24:46 +02:00
satmandu
4581df6ff7
Makefile changes for RPI64 as per for 5.3.4
as done in f2ac716f76
2019-05-30 14:04:11 -04:00
kimocoder
6c1b4a333b Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
kimocoder
4aeea0a137 Another ARM64 RPI: Makefile fix 2019-05-22 00:20:33 +02:00
kimocoder
f2ac716f76 Fixed Makefile, DKMS and ARM64 RPI support added 2019-05-22 00:19:32 +02:00
kimocoder
29d0588c8a Added LED control 2019-05-22 00:15:56 +02:00