Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control for antenna chaining is needed for better WiFi perfomance (i.e. 1043nd V1) #751

Open
zkabelac opened this issue Apr 9, 2018 · 1 comment

Comments

@zkabelac
Copy link

zkabelac commented Apr 9, 2018

Some older routers may need different antenna chaining - i.e. Atheros chipset are known to use 3 receive paths but just 2 transmission path (3x2 mimo router).

For current Gargoyle 1.10 this can be easily fixed by adding new 2 lines into config file:

/etc/config/wireless

  option txantenna '5'
  option rxantenna '7'

(both rx and tx must be specified)

proper setting can be later checked with output of: iw phy phy0 info

Such setup may double WiFi performance for routers like TP Link 1043nd V1.

Discussed here:
https://www.gargoyle-router.com/phpbb/viewtopic.php?f=11&t=11572

@lantis1008
Copy link
Contributor

IMO: exposing this setting to UI is out of place
If needed, fix should be hidden.

Ideally fixed upstream instead.

Waiting further user reports before I personally do anything. Happy for anyone else to take this on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants