From 0270f3b748fd48acb016351f572ecf11e963f87c Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 31 Jul 2008 17:27:55 +0000 Subject: madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets untested, does not work with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12047 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches-upstream/104-autocreate_none.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/madwifi/patches-upstream/104-autocreate_none.patch (limited to 'package/madwifi/patches-upstream/104-autocreate_none.patch') diff --git a/package/madwifi/patches-upstream/104-autocreate_none.patch b/package/madwifi/patches-upstream/104-autocreate_none.patch new file mode 100644 index 000000000..e290f86ff --- /dev/null +++ b/package/madwifi/patches-upstream/104-autocreate_none.patch @@ -0,0 +1,13 @@ +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; -- cgit v1.2.3