add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt-10.03/.git] / package / madwifi / patches / 117-no_tpc.patch
1 diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c
2 --- madwifi.old/ath/if_ath.c    2007-06-01 16:44:25.170898128 +0200
3 +++ madwifi.dev/ath/if_ath.c    2007-06-01 20:01:24.205131816 +0200
4 @@ -271,7 +271,7 @@
5  static char *ratectl = DEF_RATE_CTL;
6  static int rfkill = 0;
7  #ifdef ATH_CAP_TPC
8 -static int tpc = -1;
9 +static int tpc = 0;
10  #endif
11  static int countrycode = -1;
12  static int outdoor = -1;