You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
(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
The text was updated successfully, but these errors were encountered: