Commit Graph

19 Commits

Author SHA1 Message Date
Volkov Maksim
8e61537362
Headers and kernel version match
Small but useful note about headers and kernel version match
2023-02-17 17:49:50 +03:00
Kyle Mohr
a79c959a11
Restore a couple of mistakenly deleted semicolons 2022-11-04 13:04:50 -05:00
Kyle Mohr
87f364be1c
Make commands copy+pastable 2022-11-04 13:02:15 -05:00
yagoplx
e527c271c9 Fix typo in MTPC 2020-06-19 15:16:02 -03: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
Ertug Karamatli
781b2c1bd0
add aarch64 info and a tested tp-link device to the README 2019-06-09 15:42:22 +03:00
Kalpaj Chaudhari
030baceca1 README: Update instructions 2018-10-21 21:04:56 +05:30
PanderMusubi
5311c78322 minor documentation improvement 2018-06-04 17:04:22 +02:00
Murat Ambarkutuk
0b286bf633 Fix typo in README.md file 2017-12-13 14:46:36 -05:00
Aurélien Schiltz
918255ee7e
Fix markdown formatting in README.md
No changes except adding a new line break to prevent the end of the file from being formatted as code.
2017-10-29 11:41:11 -07:00
nomadmzl
1021e91279 Update README.md
Corrected installation instruction.
Completing uninstalling command adding ```--all```.
Added required changes to compile for RPI devices.
2017-09-04 11:30:17 +00:00
Pander
2144bbe8d4 Fixed type in package name 2017-09-01 18:10:27 +02:00
Pander
963e53a1e0 Improved docs with sudo and support RPi 2017-08-31 17:23:35 +02:00
Magnus Bergmark
25cd0cb647
Add notice about version history 2017-07-06 07:45:27 +02:00
Magnus Olsson
7d57d3630e Add support for DKMS
Adds support for building, installing and uninstalling the driver using
DKMS. Once installed, DKMS will manage the kernel module and automatically
recompile it upon kernel upgrades.

This simplifies the installation and driver maintenance for users.
2017-05-27 15:03:28 +02:00
Magnus Bergmark
f0716d3c28 Fix speling eror 2017-05-27 15:03:28 +02:00
Magnus Bergmark
6b58a9bef0 Make it clear that this is just a mirror
I don't support or understand the code in this repo. I'm just keeping it here.
2017-05-27 15:03:28 +02:00
Wil Birkmaier
75a3553a24 Notes for working on Rosewill card and fix to compile under Fedora Core 21 with 4.1.x kernel
Conflicts:
	Makefile
2017-05-27 14:59:59 +02:00
Magnus Bergmark
4c81a7c107 Add README 2017-05-14 20:55:38 +02:00