make txstop workaround safe with napi polling
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 103-disable_rfkill.patch
1 diff -urN madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c
2 --- madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c 2007-05-04 23:09:29.000000000 +0200
3 +++ madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c 2007-05-13 18:17:55.201177184 +0200
4 @@ -260,7 +260,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 static int countrycode = -1;
11 static int outdoor = -1;
12 static int xchanmode = -1;