aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/104-apmode_by_default.patch
blob: fc5cb978b0c27b95211935ed8e55b5b980a12bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN madwifi-0.9.2.old/ath/if_ath.c madwifi-0.9.2.dev/ath/if_ath.c
--- madwifi-0.9.2.old/ath/if_ath.c	2006-08-29 17:49:50.000000000 +0200
+++ madwifi-0.9.2.dev/ath/if_ath.c	2006-08-29 17:49:50.000000000 +0200
@@ -387,7 +387,7 @@
 	struct ath_hal *ah;
 	HAL_STATUS status;
 	int error = 0, i;
-	int autocreatemode = IEEE80211_M_STA;
+	int autocreatemode = IEEE80211_M_HOSTAP;
 	u_int8_t csz;
 
 	sc->devid = devid;