mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
disable tpc in madwifi by default (seems to be hurting performance in long-distance links)
SVN-Revision: 7434
This commit is contained in:
parent
68c64ec9e2
commit
99c170db7c
12
package/madwifi/patches/117-no_tpc.patch
Normal file
12
package/madwifi/patches/117-no_tpc.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
|
||||||
|
--- madwifi.old/ath/if_ath.c 2007-06-01 16:44:25.170898128 +0200
|
||||||
|
+++ madwifi.dev/ath/if_ath.c 2007-06-01 20:01:24.205131816 +0200
|
||||||
|
@@ -271,7 +271,7 @@
|
||||||
|
static char *ratectl = DEF_RATE_CTL;
|
||||||
|
static int rfkill = 0;
|
||||||
|
#ifdef ATH_CAP_TPC
|
||||||
|
-static int tpc = -1;
|
||||||
|
+static int tpc = 0;
|
||||||
|
#endif
|
||||||
|
static int countrycode = -1;
|
||||||
|
static int outdoor = -1;
|
Loading…
Reference in New Issue
Block a user