update madwifi to latest trunk - performance enhancements
[openwrt/openwrt.git] / package / madwifi / patches / 103-disable_rfkill.patch
1 diff -urN madwifi-ng-r2377-20070526.old/ath/if_ath.c madwifi-ng-r2377-20070526.dev/ath/if_ath.c
2 --- madwifi-ng-r2377-20070526.old/ath/if_ath.c 2007-05-25 22:03:27.000000000 +0200
3 +++ madwifi-ng-r2377-20070526.dev/ath/if_ath.c 2007-05-26 18:51:08.212839000 +0200
4 @@ -257,7 +257,7 @@
5 static int ath_xchanmode = AH_TRUE; /* enable extended channels */
6 static char *autocreate = NULL;
7 static char *ratectl = DEF_RATE_CTL;
8 -static int rfkill = -1;
9 +static int rfkill = 0;
10 #ifdef ATH_CAP_TPC
11 static int tpc = -1;
12 #endif