1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 05:45:53 +03:00
openwrt-xburst/package/madwifi/patches-upstream/104-autocreate_none.patch

14 lines
429 B
Diff
Raw Normal View History

Index: madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi-0.9.4.old/ath/if_ath.c 2008-02-13 06:13:10.000000000 +0100
+++ madwifi-0.9.4/ath/if_ath.c 2008-05-06 10:25:15.000000000 +0200
@@ -404,7 +404,7 @@
struct ath_hal *ah;
HAL_STATUS status;
int error = 0, i;
- int autocreatemode = IEEE80211_M_STA;
+ int autocreatemode = -1;
u_int8_t csz;
sc->devid = devid;