diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-01 18:24:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-01 18:24:56 +0000 |
commit | 99c170db7cd427aa0a849126f75ba2c966f239c6 (patch) | |
tree | 4c15828705299a3f1474b2ad41643eb5bed37838 /package | |
parent | 68c64ec9e2b90897776cc92afcc61def8b0d34be (diff) | |
download | upstream-99c170db7cd427aa0a849126f75ba2c966f239c6.tar.gz upstream-99c170db7cd427aa0a849126f75ba2c966f239c6.tar.bz2 upstream-99c170db7cd427aa0a849126f75ba2c966f239c6.zip |
disable tpc in madwifi by default (seems to be hurting performance in long-distance links)
SVN-Revision: 7434
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/patches/117-no_tpc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/madwifi/patches/117-no_tpc.patch b/package/madwifi/patches/117-no_tpc.patch new file mode 100644 index 0000000000..96c581663a --- /dev/null +++ b/package/madwifi/patches/117-no_tpc.patch @@ -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; |