Commit Graph

115 Commits

Author SHA1 Message Date
5kft
9b82410c07
fix Kconfig compatibility for kernel v5.9 2020-08-29 10:10:52 -07:00
Carlos Garcés
6d2705d802
Merge pull request #194 from 5kft/fix-startup-traps
rtl8192eu: Fix driver startup traps in rtw_cfg80211_ch_switch_notify
2020-08-18 09:46:16 +02:00
5kft
28c2e151e1
rtl8192eu: Fix driver startup traps in rtw_cfg80211_ch_switch_notify
These changes are a backport of associated newer changes made in the v5.6.4.2
rtl8812au driver, and correct problems in the previous initialization process
that caused multiple kernel traps on startup.
2020-08-17 19:33:52 -07:00
Carlos Garcés
925ac2be34
Merge pull request #185 from yagoplx/realtek-4.4.x
Fix typo in MTPC
2020-06-20 13:12:28 +02:00
yagoplx
e527c271c9 Fix typo in MTPC 2020-06-19 15:16:02 -03:00
Carlos Garcés
ea7cfbd672
Merge pull request #184 from yagoplx/realtek-4.4.x
Add AP info, Add Compile-Time Transmit Power Fixing & Boost
2020-06-19 20:01:39 +02:00
yagoplx/y
666bfeb0f0 Add AP info, Add Compile-Time Transmit Power Fixing & Boost
Turns out these devices can serve as really decent access points.
Adding txpower control info as well. See my other PR.

This is in a separate PR because the readme instructed to do so.

Update README.md

Move my lines more to the bottom

 Implement simple transmit power boost and fixed setting

Source: 80b9bc47b3

Turns out the "higher levels" of this driver are not actually able to affect the device's physical power output, like via cfg80211, yet.
After some extensive testing I finally found the code responsible for setting the device's power and added some compile-time
tunables to influence it. For example here we give the transmit power index a tiny boost of two, which can be changed by the user via the source.

This is as far as my skills go so if you want to try and make this accessible to iw and iwconfig please give it a go.
Note that this will take an index between 1 (min power the device can put out) and 63 (max power the device can put out). I have no idea what these values actually translate to in dBm, but setting the override to max, 63, on my rtl card really gave range a boost.

Add AP and TXPOWER CONTROL info

Turns out these devices can serve as really decent access points.
Adding txpower control info as well. See my other PR.

This is in a separate PR because the readme instructed to do so.

Update README.md

Move my lines more to the bottom

 Implement simple transmit power boost and fixed setting

Source: 80b9bc47b3

Turns out the "higher levels" of this driver are not actually able to affect the device's physical power output, like via cfg80211, yet.
After some extensive testing I finally found the code responsible for setting the device's power and added some compile-time
tunables to influence it. For example here we give the transmit power index a tiny boost of two, which can be changed by the user via the source.

This is as far as my skills go so if you want to try and make this accessible to iw and iwconfig please give it a go.
Note that this will take an index between 1 (min power the device can put out) and 63 (max power the device can put out). I have no idea what these values actually translate to in dBm, but setting the override to max, 63, on my rtl card really gave range a boost.

Add AP and TXPOWER CONTROL info

Turns out these devices can serve as really decent access points.
Adding txpower control info as well. See my other PR.

This is in a separate PR because the readme instructed to do so.

Update README.md

Move my lines more to the bottom

 Implement simple transmit power boost and fixed setting

Source: 80b9bc47b3

Turns out the "higher levels" of this driver are not actually able to affect the device's physical power output, like via cfg80211, yet.
After some extensive testing I finally found the code responsible for setting the device's power and added some compile-time
tunables to influence it. For example here we give the transmit power index a tiny boost of two, which can be changed by the user via the source.

This is as far as my skills go so if you want to try and make this accessible to iw and iwconfig please give it a go.
Note that this will take an index between 1 (min power the device can put out) and 63 (max power the device can put out). I have no idea what these values actually translate to in dBm, but setting the override to max, 63, on my rtl card really gave range a boost.
2020-06-18 18:04:01 -03:00
Carlos Garcés
2bd66378a6
Merge pull request #182 from CGarces/fix_travis
Update to kernel 5.8-rc1
2020-06-15 23:07:06 +02:00
Carlos
f0a1b30419 Fix kernel 5.8 compilation 2020-06-15 22:35:08 +02:00
Carlos
ee34be26ff Fix parsing of https://kernel.ubuntu.com/~kernel-ppa/mainline/ 2020-06-15 22:11:37 +02:00
Carlos Garcés
19601b6e66
Merge pull request #181 from CGarces/arm64_fix
Fix CONFIG_PLATFORM_ARM_AARCH64 compilation
2020-05-21 01:34:13 +02:00
Carlos Garcés
9fb2fa2c20 Add arm64 to build matrix 2020-05-21 01:21:41 +02:00
Carlos
4866155a03 Add cflags to use cfg80211 driver on ARCH64 2020-05-20 22:25:25 +02:00
Carlos Garcés
d1dd479fdd
Merge pull request #180 from CGarces/fix_vla
Hide vla warnings
2020-05-20 21:41:37 +02:00
Carlos Garces
57572dfd91 Hide vla warnings 2020-05-06 22:21:38 +00:00
Carlos Garcés
357550005c
Merge pull request #175 from CGarces/fix_Warnings
Fix compilation warnings on kernels >=5.6
2020-04-26 13:44:11 +02:00
Carlos Garces
02e23dbf71 add proc_ops for kernel 5.6 2020-04-26 13:24:18 +02:00
Carlos Garces
d3c6644e10 Fix compilation warnings instead of ignore it. 2020-04-26 13:11:30 +02:00
Carlos Garcés
4868187fe6
Merge pull request #173 from CGarces/fix_arm64
Fix missing CONFIG_PLATFORM_ARM_AARCH64 config option
2020-04-23 22:11:05 +02:00
Carlos Garcés
7348fb937e
Merge pull request #174 from CGarces/travis_cron
Update Travis CI
2020-04-23 22:01:41 +02:00
Carlos Garces
daa46ca676 Update Travis CI
Add support for Travis CI cron jobs
Enable ccache
Renamed internal variables.
Use environment variable for arch instead of fixed value.
Fetch stable and mainline kernel version dynamically.
Removed manual jobs and use Travis matrix expansion.
Updated GCC to 7.5
2020-04-23 21:52:04 +02:00
Carlos Garces
aefdc2f487 Fix missing CONFIG_PLATFORM_ARM_AARCH64 config option
Removed after 1d807f14d8
2020-04-23 21:42:18 +02:00
Carlos Garcés
d46ed0a076
Merge pull request #171 from diamondo25/patch-1
Fix missing ARM_RPI config option
2020-04-21 20:47:40 +02:00
Erwin Oegema
d7370374b8
Fix missing ARM_RPI config option 2020-04-21 16:04:37 +02:00
Carlos Garcés
04b1653589
Merge pull request #170 from CGarces/fix_ielen
rtl8192eu: Fix "ielen" not initialized
2020-04-19 22:54:35 +02:00
默默
b1c290c001
Add TMall MagicAP support
Co-authored-by: Carlos Garcés <CGarces@users.noreply.github.com>
2020-04-19 22:51:50 +02:00
Carlos Garces
9092dc6bd7 rtl8192eu: Fix "ielen" not initialized 2020-04-19 22:16:46 +02:00
Carlos Garcés
f5cf0ff09a
Merge pull request #169 from CGarces/update_5.6
Update Travis CI configuration
2020-04-19 17:03:16 +02:00
Carlos Garces
4672bae36a Update Travis CI configuration
Updated with all kernels from https://www.kernel.org/
Kernel mainline version fetch from kernel.org instead of hardcode it.
Fixed minor warnings on Travis configuration.
Simplified URL extraction
2020-04-19 16:14:54 +02:00
Carlos Garcés
83b5aff2a5
Merge pull request #159 from CGarces/fix_5.4
Fix for kernel 5.4
2020-01-23 00:25:10 +01:00
Carlos Garces
bfd86d3d9b Add support for kernel v5.4 2020-01-22 21:27:18 +01:00
Carlos Garces
78cd61077c Update travis to last mainline and LTS versions.
Update travis system to bionic.
Added gcc-9 to matrix, removed gcc-6
Comented gcc-7 on kernels >5.3 until wait for gcc-7.5 on Ubuntu 18.04
2020-01-22 21:12:26 +01:00
Carlos Garcés
b06d8b84bd
Merge pull request #144 from orgads/gitignore
Add gitignore
2019-11-30 10:50:25 +01:00
Carlos Garcés
9cf06524df
Merge pull request #153 from artynet/mesh-object-cleanup
core: removing prebuilt object files from mesh feature
2019-11-22 22:54:49 +01:00
Arturo Rinaldi
d2695e2512 core: removing prebuilt object files from mesh feature 2019-11-22 18:43:08 +01:00
Carlos Garcés
4092f36f9d
Merge pull request #152 from yagoplx/realtek-4.4.x
Rebased Makefile, add -O2 flag, document some options
CONFIG_RTW_GRO set to N
2019-11-21 12:56:25 +01:00
yagoplx
236581284e
Rebased Makefile, add -O2 flag, document some options
Can someone help me document these cryptic options on the Makefile?
2019-11-20 22:33:13 +00:00
Carlos Garcés
8ee79ecf88
Merge pull request #149 from CGarces/realtek-5.x.x
Updrade to version v5.6.4
2019-11-20 00:34:11 +01:00
Carlos Garces
1d807f14d8 Add version v5.6.4 2019-11-13 22:12:20 +01:00
Orgad Shaneh
2da7f5169c Add gitignore 2019-10-05 23:53:32 +03:00
Carlos Garcés
e7361e951c
linux-5.3: adding vendor command policy (#141)
* Fix for kernel 5.3
* Update Travis CI to last mainline and LTS kernels
Fetch from 50da975628
2019-09-19 21:30:52 +02:00
vasreb
d899c57f8f Add VID/PID to support Mercusys MW300UH adapter (#137)
* Add VID/PID to support Mercusys MW300UH adapter
2019-09-10 21:35:58 +02:00
Carlos Garcés
89a8c35a18
Merge pull request #136 from mbuzdalov/realtek-4.4.x
Enable power management.
Close #80
2019-09-10 21:11:55 +02:00
Carlos Garcés
6d6634c71e
Merge pull request #118 from xmatko/rpi_ioctl_cfg80211
Add cflags to use cfg80211 driver on rasperrypi
2019-09-05 12:20:42 +02:00
Maxim Buzdalov
30ba4de6ef Enable power management (hopefully).
I mean, it does not crash, but I have no hardware to tell
whether the output power actually changes.
2019-08-22 02:02:40 +03:00
SatanicRaw
13b9c39980 Add VID/PID to support Mercusys MW300UM adapter. (#133)
* Add VID/PID to support MW300UM adapter.
2019-07-11 14:51:14 +02:00
Carlos Garcés
ae558aa677
Merge pull request #132 from mbuzdalov/realtek-4.4.x
Cleanup the compilation warnings
2019-07-08 09:23:18 +02:00
Maxim Buzdalov
5342dd8f29 Get rid of the unnecessary local ieee80211_band enum 2019-07-08 04:03:08 +03:00
Maxim Buzdalov
01b808713a Fix indentation that produced warnings 2019-07-08 03:31:19 +03:00
Carlos Garcés
d6aa91a728
Merge pull request #127 from ertug/aarch64
aarch64/arm64 support (e.g. Orange Pi PC 2)
2019-06-09 21:01:12 +02:00