huge madwifi update (work in progress, disabled by default, compiles but breaks at...
[openwrt.git] / package / madwifi / patches-r3776 / 104-autocreate_none.patch
diff --git a/package/madwifi/patches-r3776/104-autocreate_none.patch b/package/madwifi/patches-r3776/104-autocreate_none.patch
new file mode 100644 (file)
index 0000000..5796787
--- /dev/null
@@ -0,0 +1,13 @@
+Index: madwifi-trunk-r3776/ath/if_ath.c
+===================================================================
+--- madwifi-trunk-r3776.orig/ath/if_ath.c      2008-07-17 00:36:00.000000000 +0200
++++ madwifi-trunk-r3776/ath/if_ath.c   2008-07-17 00:47:22.000000000 +0200
+@@ -482,7 +482,7 @@
+       HAL_STATUS status;
+       int error = 0;
+       unsigned int i;
+-      int autocreatemode = IEEE80211_M_STA;
++      int autocreatemode = -1;
+       u_int8_t csz;
+       sc->devid = devid;
This page took 0.02314 seconds and 4 git commands to generate.