summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-upstream/104-autocreate_none.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-19 15:16:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-19 15:16:11 +0000
commit71d6652e39edfb3381f0eed8928c648deea83b6a (patch)
tree14c99b18e98774a5b21d8fe067fd3f4bed2ecde8 /package/madwifi/patches-upstream/104-autocreate_none.patch
parent0efdde7bb2f301c9928cc33555ed3e9bfef577fd (diff)
remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches-upstream/104-autocreate_none.patch')
-rw-r--r--package/madwifi/patches-upstream/104-autocreate_none.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/madwifi/patches-upstream/104-autocreate_none.patch b/package/madwifi/patches-upstream/104-autocreate_none.patch
deleted file mode 100644
index e290f86ff..000000000
--- a/package/madwifi/patches-upstream/104-autocreate_none.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;