From fc8658be6d1f0ed8e2eee24ccf289090465e6720 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 17 Oct 2006 16:13:10 +0000 Subject: make kernel module packaging code reusable and use it in madwifi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5189 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/104-autocreate_none.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/madwifi/patches/104-autocreate_none.patch (limited to 'package/madwifi/patches/104-autocreate_none.patch') diff --git a/package/madwifi/patches/104-autocreate_none.patch b/package/madwifi/patches/104-autocreate_none.patch new file mode 100644 index 0000000000..d520b133c1 --- /dev/null +++ b/package/madwifi/patches/104-autocreate_none.patch @@ -0,0 +1,12 @@ +diff -urN madwifi-0.9.2.old/ath/if_ath.c madwifi-0.9.2.dev/ath/if_ath.c +--- madwifi-0.9.2.old/ath/if_ath.c 2006-08-29 17:49:50.000000000 +0200 ++++ madwifi-0.9.2.dev/ath/if_ath.c 2006-08-29 17:49:50.000000000 +0200 +@@ -387,7 +387,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