mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 14:25:20 +02:00
0270f3b748
untested, does not work with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12047 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
429 B
Diff
14 lines
429 B
Diff
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;
|