1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 21:38:02 +03:00
openwrt-xburst/package/madwifi/patches-r3776/104-autocreate_none.patch

14 lines
441 B
Diff
Raw Normal View History

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;