345e757cca128477c68255d0df60785f5f648dfa
[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.039556 seconds and 3 git commands to generate.