patch madwifi-ng to use master mode by default
[openwrt.git] / openwrt / target / linux / package / madwifi / patches / 104-apmode_by_default.patch
1 diff -ur madwifi-ng-r1416-20060126/ath/if_ath.c madwifi-ng-r1416-20060126.openwrt/ath/if_ath.c
2 --- madwifi-ng-r1416-20060126/ath/if_ath.c 2006-01-23 08:07:51.000000000 +0100
3 +++ madwifi-ng-r1416-20060126.openwrt/ath/if_ath.c 2006-02-06 12:29:42.000000000 +0100
4 @@ -391,7 +391,7 @@
5 struct ath_hal *ah;
6 HAL_STATUS status;
7 int error = 0,i;
8 - int autocreatemode = IEEE80211_M_STA;
9 + int autocreatemode = IEEE80211_M_HOSTAP;
10 u_int8_t csz;
11
12 sc->sc_debug = ath_debug;
This page took 0.042437 seconds and 5 git commands to generate.